Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if ( is_home() ) {
- query_posts( 'cat=1' );
- if(have_post()) {
- while(have_post()) { the_post();
- the_title();
- the_content(): }
- } wp_reset_query();
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement