Post Count For Certain Year
-
I want to get the post count for a certain year. I’ve tried doing different things with this code
<?php $count_posts = wp_count_posts(); echo $count_posts->publish; ?>
but none work. Can anyone tell me how I can do this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Post Count For Certain Year’ is closed to new replies.