i installed WP Super Cache
everything is fine except for something
i got a dinamic plugin that updates everytime the page loads, so i was reading
and i think is this?
mfunc example
To execute the function "function_name()":
<!--mfunc function_name( 'parameter', 'another_parameter' ) -->
<?php function_name( 'parameter', 'another_parameter' ) ?>
<!--/mfunc-->
and the specific plugin is called seo search terms
on the help they told me to put this function manually....
<?php if(function_exists('stt_terms_list')) echo stt_terms_list() ;?>
now how do i put that on that example
and where on the index do i put it....