PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
solca
/
wp-content
/
themes
/
twentythirteen
<?php /** * The main template file * * This is the most generic template file in a WordPress theme and one of the * two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * For example, it puts together the home page when no home.php file exists. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @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() ) : ?> <?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]