'; if ( $theme_options['pmthemes_display_fullw'] == false ) : echo '
'; else: echo '
'; endif; if (have_posts()) : echo '

'; printf( __( 'Search Results for: %s', 'pmthemes' ), '' . get_search_query() . '' ); echo '

'; if ( $theme_options['pmth_grid_col_opt'] == 'pmth-grid-coln' ) { $gridopt = $theme_options['pmth_grid_column']; } else { $gridopt = $theme_options['pmth_grid_width']; } echo '
'; while (have_posts()) : the_post(); if ( 'post' == get_post_type() ) : get_template_part( 'template-parts/content', $theme_options['posts_length'] ); else : get_template_part( 'template-parts/content', 'search' ); endif; endwhile; echo '
'; pmthemes_display_pagination(); else : echo '

'; printf( __( 'Search Results for: %s', 'pmthemes' ), '' . get_search_query() . '' ); echo '

'; echo '
'; echo '
'; echo '

'; _e('No matches. Please try again, or use the navigation menus to find what you search for.', 'pmthemes'); echo '

'; echo '

'; get_search_form(); echo '

'; echo '
'; echo '
'; endif; echo '
'; if ( $theme_options['pmthemes_display_fullw'] == false ) : get_sidebar(); endif; echo ''; get_footer(); ?>