Advertisement
tcelestino

Untitled

Sep 28th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. if ( is_home() ) {
  3. query_posts( 'cat=1' );
  4.  
  5. if(have_post()) {
  6.     while(have_post()) { the_post();
  7.  
  8. the_title();
  9. the_content(): }
  10. } wp_reset_query();
  11. }
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement