Re: Randomic banners
Hi
I´m using the
http://taragana.com/products/free-wo...ns/ad-rotator/
My first try was to insert the sugested tag "<?php echo getad('bannerad'); ?>" in the Classipress´ >config> google options>header(468x60) right in place where supposed to be the adSense code.
No way
So to get some randam banners in the header I had to put the plugin´s tag in the classipress´header.php file
Around line 233, found:
Code:
<?php cp_header_ad_468x60();?>
change to:
Code:
<?php echo getad('fullbanner'); ?>
where "fullbanner" is the name of the .txt file from where the plugin pulls the banners infos.
Wondering why it doesn´t work in place of the adsense code.
Any ideas?