Guest User

Untitled

a guest
Apr 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. while ( have_posts() ) : the_post();
  2.  
  3. get_template_part( 'template-parts/content', get_post_format() );
  4.  
  5. endwhile;
  6.  
  7. content.php
  8. content-link.php
  9. content-another_format.php
Add Comment
Please, Sign In to add comment