geoff67
Member
Posted 10 months ago #
The cache is not removing trashed and drafted (post facto) posts.
Does the cache builder cross-check for updates to posts that are in the cache to make sure they still have a post_type of publish?
In other words, does the cache clean/rebuild itself on every cron interval?
http://wordpress.org/extend/plugins/wordpress-popular-posts/
Héctor Cabrera
Member
Plugin Author
Posted 10 months ago #
Hi geoff,
Nope, it doesn't. It simply removes posts that haven't been viewed in the past 30 days from the current date, it never checks if the posts are still public or not.
It does sounds like a good idea, though. Will think about it and probably merge it into the plugin.
Thanks for commenting!