Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. if( have_posts() ) {
  2.  
  3. while( have_posts() ) {
  4.  
  5. the_post();
  6. the_title( '<h1>', '</h1>' );
  7. the_content();
  8.  
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement