Replies: 0
Love this plugin after trying many of them, some very famous. Question: I want to use the post_views_count()
function in WP, to get stats for how many times a post has been viewed. With caching, this is never fired as a static file is served. Is there a mechanism such as “fragment caching” that allows me to specify objects within a page (perhaps within a custom meta tag) that will not be cached? Thank you!