Forums

[Plugin: WP Super Cache] Using the mfunc to disable Vote it up? (1 post)

  1. Teunel
    Member
    Posted 2 years ago #

    So, I want to use this plugin AND use Vote it up, but it uses some PHP, so I have to use the mfunc thing to disable caching the plugin.

    The code in my template (that's where I should add the code, right?) is: <?php DisplayVotes(get_the_ID()); ?>

    In what should I change this? I came as far as:

    <!--mfunc DisplayVotes( 'parameter', 'another_parameter' ) -->
    <?php DisplayVotes(get_the_ID()); ?>
    <!--/mfunc-->

    But what should be in the parameter & another_parameter?
    Thanks!

    Teun

    http://wordpress.org/extend/plugins/wp-super-cache/

Topic Closed

This topic has been closed to new replies.

About this Topic