Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. query_posts('page_id=207' );
  3. if ( have_posts() ) : while ( have_posts() ) : the_post();?>
  4.  
  5. <h2><?php the_title(); ?></h2>
  6. <?php the_content(''); ?>
  7. <?php endwhile; else:
  8. endif;
  9. wp_reset_query();
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement