PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
solca
/
wp-content
/
themes
/
twentythirteen
<?php /** * The template for displaying Search Results pages * * @package WordPress * @subpackage Twenty_Thirteen * @since Twenty Thirteen 1.0 */ get_header(); ?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <?php if ( have_posts() ) : ?> <header class="page-header"> <h1 class="page-title"> <?php /* translators: %s: Search query. */ printf( __( 'Search Results for: %s', 'twentythirteen' ), get_search_query() ); ?> </h1> </header> <?php // Start the loop. while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?> <?php twentythirteen_paging_nav(); ?> <?php else : ?> <?php get_template_part( 'content', 'none' ); ?> <?php endif; ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>
[-] sidebar-main.php
[open]
[-] comments.php
[open]
[+]
genericons
[+]
images
[-] author.php
[open]
[-] content-none.php
[open]
[+]
css
[-] content-gallery.php
[open]
[-] functions.php
[open]
[-] 404.php
[open]
[-] content.php
[open]
[-] content-chat.php
[open]
[-] sidebar.php
[open]
[-] rtl.css
[open]
[+]
..
[-] content-image.php
[open]
[-] single.php
[open]
[-] taxonomy-post_format.php
[open]
[+]
js
[-] category.php
[open]
[-] content-video.php
[open]
[-] content-audio.php
[open]
[-] image.php
[open]
[-] content-link.php
[open]
[-] page.php
[open]
[-] footer.php
[open]
[-] content-quote.php
[open]
[-] search.php
[open]
[-] content-aside.php
[open]
[-] author-bio.php
[open]
[-] archive.php
[open]
[-] header.php
[open]
[-] readme.txt
[open]
[-] content-status.php
[open]
[+]
fonts
[-] screenshot.png
[open]
[-] index.php
[open]
[+]
inc
[-] tag.php
[open]
[-] style.css
[open]