Quote:
Originally Posted by dartho
Depends what is creating the ads for you. If they are generated in plugins, you could wrap up the PHP code in
if (STYLEID!=n){
existing pluginin code
} where n is the STyleID of this style.
You could also delete the ad hooks in templates in this style or if the ads are in templates - edit them out with in this style.
|
Thank you. I am using the Rotating Banners add-on. This worked. I inserted
Code:
/** don't display banners for Mobile 2 style **/
if (STYLEID!=134) {
at the top of the "Banner Insertion" plugin and
at the very bottom.