joseph-knows-best/single.php
kre8tiv 4d29360747 2.0.4
First public version of the theme
2016-02-21 09:46:32 +01:00

18 lines
380 B
PHP
Executable file

<?php get_header(); ?>
<section id="content"><div class="inner wrap clearfix">
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content-single', get_post_type() ); ?>
<?php endwhile; ?>
<?php get_sidebar(); ?>
</div></section>
<?php get_footer(); ?>