Skip to content

Instantly share code, notes, and snippets.

@aarifhsn
Created August 6, 2015 05:33
Show Gist options
  • Save aarifhsn/f81b83ce4afbf1392787 to your computer and use it in GitHub Desktop.
Save aarifhsn/f81b83ce4afbf1392787 to your computer and use it in GitHub Desktop.
<?php
if ( is_home() ) {
query_posts( 'cat=-1,-2,-3' );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment