php - Page view counters not working with W3 Total Cache -
I am using this function to display popular posts by views in WordPress
Then I added w3 total cache and counter do not get updated as often.
I have attempted caching for pieces and other sources
But it is not updating the counter teat (or any of the other) does not specify whether the line is in PHP tags or HTML.
I have tried both of them. This page breaks into PHP tags, it does not count in regular HTML outside PHP tags and when you see the source, it is only sent in the form of comments.
Has anyone else had this problem? How did you solve
In advance,
case
this is PHP Tags, but you will not use the exact code surrounded by PHP tags (I'm just telling you if you are doing this - I'm unsure of your question).
You will do this
& lt ;? Php mfunc wpb_set_post_views ($ post_id) ;? & Gt;
Comments
Post a Comment