PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
easyweb
<?php get_header(); ?> <section id="headline"> <div class="container"> <h2><?php printf( '<small>'.esc_html__( 'Search Results for', 'easyweb' ).':</small> %s', get_search_query() ); ?></h2> </div> </section> <section class="container search-results" > <hr class="vertical-space2"> <!-- begin | main-content --> <section class="col-md-8"> <?php if(have_posts()): while( have_posts() ): the_post(); get_template_part('parts/blogloop','search'); endwhile; else: get_template_part('parts/blogloop-none'); endif; ?> <br class="clear"> <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } else { echo '<div class="wp-pagenavi">'; next_posts_link(esc_html__('← Previous page', 'easyweb')); previous_posts_link(esc_html__('Next page →', 'easyweb')); } ?> <div class="white-space"></div> </section> <aside class="col-md-3 sidebar"> <?php if( is_active_sidebar( 'Right Sidebar' ) ) dynamic_sidebar( 'Right Sidebar' ); ?> </aside> <br class="clear"> </section> <?php get_footer(); ?>
[+]
..
[-] header.php
[edit]
[-] single.php
[edit]
[-] style.css
[edit]
[-] screenshot.png
[edit]
[-] comments.php
[edit]
[+]
languages
[+]
parts
[+]
inc
[-] search.php
[edit]
[-] index.php
[edit]
[-] searchform.php
[edit]
[+]
vc_templates
[+]
fonts
[-] wpml-config.xml
[edit]
[-] single-portfolio.php
[edit]
[-] rtl.css
[edit]
[+]
css
[-] page.php
[edit]
[-] author.php
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[-] 404.php
[edit]
[-] Change_log.txt
[edit]
[+]
images
[+]
js
[-] taxonomy-portfolio_category.php
[edit]
[-] attachment.php
[edit]
[-] COPYING.txt
[edit]
[-] footer.php
[edit]
[-] readme.txt
[edit]