[Plugin: WP Super Cache] Using the mfunc to disable Vote it up?
-
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
- The topic ‘[Plugin: WP Super Cache] Using the mfunc to disable Vote it up?’ is closed to new replies.