a blog about handmade code

total post

Getting a Post Count in Wordpress

Finding the total post can be grueling. The easiest way is to find the post count from the query. Here's the code:

$total_post = $wp_query->post_count;

Read more about the wp_query at http://codex.wordpress.org/Class_Reference/WP_Query.

Subscribe to RSS - total post
©2012 Tranzic Media / Portfolio of Vasna Sdoeung