get current post count
-
Hi I am using this code on a single page
$count_posts = wp_count_posts(); echo ' of '.$count_posts->publish.' drawings.';
I want to be able to get the current_post_count. IE: post 2 of 349 post (in that category)
Is this possible?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘get current post count’ is closed to new replies.