Advertisement
imranmodel32

query post from a particular page

Sep 19th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. query_posts('page_id=79');
  3. while (have_posts()): the_post();?>
  4.  
  5. <?php the_content();?>
  6.  
  7. <?php endwhile; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement