Guest User

Untitled

a guest
Jun 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <?php get_template_part( 'loop', 'index' ); ?>
  3. <?php get_footer(); ?>
  4.  
  5. <?php
  6. if ( is_home() ) {
  7. query_posts( 'cat=-10' );
  8. }
  9. ?>
Add Comment
Please, Sign In to add comment