I use this:
WP_Query("cat=&showposts=6&orderby=rand");
To get random post but its not working with W3 Total Cache!
Is there anyone can help me in this ?
I use this:
WP_Query("cat=&showposts=6&orderby=rand");
To get random post but its not working with W3 Total Cache!
Is there anyone can help me in this ?
Check FAQ in the plugin about fragmented caching. You could also make use of AJAX and configure plugin accordingly.
You must log in to post.