Guest User

Untitled

a guest
Apr 26th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. global $wp_query;
  2. //var_dump($wp_query);exit;
  3.  
  4. $count = $GLOBALS['wp_query']->post_count;
  5.  
  6. $countPosts = $wp_query->post_count; //当前分页post数
  7.  
  8. $maxPages = $wp_query->max_num_pages;//总页面数
  9. $wp_query->found_posts;//符合当前查询的所有post。
Add Comment
Please, Sign In to add comment