Skip to content

Instantly share code, notes, and snippets.

@aguimaraes
Forked from anonymous/gist:562900
Created September 2, 2010 20:40
Show Gist options
  • Save aguimaraes/562908 to your computer and use it in GitHub Desktop.
Save aguimaraes/562908 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 ) : ?>
@aguimaraes
Copy link
Author

array('9', '10', '12', '13') ); $the_query = new WP_Query($args); ?> have_posts() ) : ?>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment