wp daily post count

valmik

Junior Member
Joined
Feb 3, 2016
Messages
107
Reaction score
3
is there way I can count how many posts published daiy in wordpress blog?
 
come on guys
please help
its simple
 
Is your own personal wp or competitor? You can use scrapebox to fetch inner pages by post date to see # of publish posts.
 
my own wp,but its autoblog,I want to have post count
 
bit confusing this, if you want to see how many posts are being published on your blog then it'll show you in the dashboard
 
You can install the Jetpack plugin, then check "site stats" from there, it will show the number of post for everyday in a nice looking "calendar" view.
 
nope
jetpack was working but now its not showing
 
You have to browse "advanced site stats" from wordpress.com (that Jetpack linked to). I have it on some of my site, it works. If it doesn't, you might have disable / re enable Jetpack.

This is not the most reliable plugin I have seen but it does what you are looking for.
 
wll try for sure
but jetpack makes site slow
any other solution?
 
Load your WordPress database up in phpMyAdmin and find wp_posts - export the table to CSV and load it in excel, sort by date (post_modified).
 
there is no tool for that.if anyone have idea about this please share am waiting
 
Back
Top