Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Created September 19, 2012 17:42
Show Gist options
  • Save claudiosanches/3751021 to your computer and use it in GitHub Desktop.
Save claudiosanches/3751021 to your computer and use it in GitHub Desktop.
Posts per page
<?php
query_posts('cat=-24&posts_per_page=10');
// resto do código...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment