Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $my_query = new WP_Query('post_type=testimonials&posts_per_page=-1&status=publish');
  2.  
  3. $count = $my_query->post_count;
  4.  
  5. return intval( $count );
  6.  
  7. $count = $my_query->found_posts;
  8.  
  9. status=any
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement