Hi,
I'm not a programmer and I need a little more information on making a plug in dynamic, specifically AdRotate, which rotates my ads.
Looking at http://wordpress.org/extend/plugins/wp-super-cache/faq/?topic_id=1221
How do I make certain parts of the page stay dynamic?
So I will edit the wp-config.php file? with this?
<!--mfunc function_name( 'parameter', 'another_parameter' ) -->
<?php function_name( 'parameter', 'another_parameter' ) ?>
<!--/mfunc-->
Can I put it just anywhere? Is the function_name adrotate? Or where do I find adrotate's function name? Do I edit parameter? With what?
Its really hard to find a step by step tutorial, I don't know php but am comfortable editing it if I get some good instructions.
Any help would be appreciated.