Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $args = array(
  2. // Normal query goes here //
  3. 'no_found_rows' => true, // counts posts, remove if pagination required
  4. 'update_post_term_cache' => false, // grabs terms, remove if terms required (category, tag...)
  5. 'update_post_meta_cache' => false, // grabs post meta, remove if post meta required
  6. );
  7. $loop = new WP_Query( $args );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement