Skip to content

Instantly share code, notes, and snippets.

Created September 2, 2010 20:36
Show Gist options
  • Save anonymous/562900 to your computer and use it in GitHub Desktop.
Save anonymous/562900 to your computer and use it in GitHub Desktop.
<?php
$args=array(
'category__not_in' => array('9', '10', '12', '13')
);
$the_query = new WP_Query($args);
?>
<?php if ( $the_query->max_num_pages > 1 ) : ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment