Skip to content

Instantly share code, notes, and snippets.

@andykillen
Last active August 24, 2016 09:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andykillen/043df56e5376a2f3474889012089a1d7 to your computer and use it in GitHub Desktop.
Save andykillen/043df56e5376a2f3474889012089a1d7 to your computer and use it in GitHub Desktop.
<?php
$args = array(
'post_type' => 'post',
'post_status' => 'publish',
'posts_per_page' => '5'
'no_found_rows' => true, // turn off pagination information
'update_post_meta_cache' => false // don't do anything with post meta cache
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment