WP-Cache mfunc problem
-
I am using YARQ (Yet Another Random Quote plugin), and have set set up the mfunc comments around the php function call for it so it will not be affected by WP-Cache. When I load a page that has YARQ displayed, it loads fine, but if I click refresh, the quote, and everything beneath it in the sidebar, disappears, despite the mfunc comment being closed.
Here is the code in my sidebar for YARQ:
<!--mfunc yarq_display()--><?php if (function_exists('yarq_display')) { yarq_display(); } ?><!--/mfunc-->
Did I do something wrong? Does anyone know why this is happening?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘WP-Cache mfunc problem’ is closed to new replies.