Advertisement
bowenac

Untitled

Oct 15th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?php /* Start the Loop */ ?>
  2. <?php while ( have_posts() ) : the_post(); ?>
  3.  
  4. <?php
  5. /* Include the Post-Format-specific template for the content.
  6. * If you want to override this in a child theme, then include a file
  7. * called content-___.php (where ___ is the Post Format name) and that will be used instead.
  8. */
  9. get_template_part( 'content', get_post_format('') );
  10. ?>
  11.  
  12. <?php endwhile; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement