Skip to content

Instantly share code, notes, and snippets.

@miklb
Created June 9, 2012 00:05
Show Gist options
  • Save miklb/2898758 to your computer and use it in GitHub Desktop.
Save miklb/2898758 to your computer and use it in GitHub Desktop.
Basic WP_Query
$loop = new WP_Query (array(
'cat' => '1',
'posts_per_page'=> -1
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment