Forums

WP-Cache mfunc problem (2 posts)

  1. focusorganic
    Member
    Posted 1 month ago #

    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?

  2. focusorganic
    Member
    Posted 2 weeks ago #

    Anyone?

Reply

You must log in to post.

About this Topic