Skip to content

Instantly share code, notes, and snippets.

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