A clone of https://github.com/kre8tiv/Joseph-knows-best with community improvements.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
398 B
18 lines
398 B
<?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(),get_post_format() ); ?> |
|
|
|
|
|
|
|
<?php endwhile; ?> |
|
|
|
|
|
|
|
|
|
|
|
<?php get_sidebar(); ?> |
|
</div></section> |
|
<?php get_footer(); ?>
|