PATH:
home
/
centosnipponia
/
public_html
/
BAK_tradeandtraffic
/
wp-content
/
themes
/
chromium
<?php /** * The template for displaying search results pages * */ get_header(); ?> <main class="site-content" role="main" itemscope="itemscope" itemprop="mainContentOfPage"><!-- Main content --> <?php if ( function_exists('chromium_output_page_title') ) chromium_output_page_title(); ?> <?php if ( have_posts() ) : // Get counter for founded post-formats if ( function_exists('chromium_output_search_results_counter') ) chromium_output_search_results_counter(); /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'search' ); endwhile; /* Pagination */ the_posts_pagination( array( 'mid_size' => 2, 'prev_text' => '<i class="chromium-icon-arrow-right mirror"></i>', 'next_text' => '<i class="chromium-icon-arrow-right"></i>', ) ); else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </main><!-- end of Main content --> <?php get_sidebar(); get_footer();
[+]
..
[-] page.php
[edit]
[-] error_log
[edit]
[-] wpml-config.xml
[edit]
[+]
template-parts
[-] index.php
[edit]
[-] functions.php01
[edit]
[-] rtl.css
[edit]
[-] style.css
[edit]
[-] footer.php
[edit]
[-] 404.php
[edit]
[-] single.php
[edit]
[-] comments.php
[edit]
[+]
languages
[-] sidebar.php
[edit]
[-] header.php
[edit]
[+]
assets
[-] readme.txt
[edit]
[+]
page-templates
[-] screenshot.png
[edit]
[-] archive.php
[edit]
[-] image.php
[edit]
[+]
inc
[-] LICENSE
[edit]
[-] search.php
[edit]
[+]
woocommerce
[+]
dummy-data
[-] functions.php
[edit]
[-] .htaccess.disabled
[edit]