2 Manual Placements – 1 Overrides the Other
-
Hey Guys, my client bought this software and registered in on their live site, and im over here working on the DEV Environment.
And i got the
#1
<?php if( function_exists(‘the_ad_placement’) ) { the_ad_placement(‘hp-f-btm-leader’); } ?>#2
<?php if( function_exists(‘the_ad_placement’) ) { the_ad_placement(‘hp-btm-leader’); } ?>Now where im at, its great for the entire site.. however, Most of the time, this little trick is all we need to finish this off..
I need the <?php “HP-F-BTM” ?> to Override or Hide the <?php “HP-BTM” ?> – when Ad a add is available is Recognized.
This cuts down on a massive amount of ad adjustments –
So, standard ads, based on Setting – run the site, and placement areas…
But, to override ALL Ads for a Specific Section within a Specific Template… the Client is Manually, going in, and turning off ALL Ads 1×1 for a Specific Page/Template/Archive requirements…Basically, all the standard ads, run thru all the placements… However, all those have to be shut down in Certain scenarios, for Special ads..
Were 6 ads would normally run, they have to shut that single area down, to show 1 ad.
it would be so much easier, to just code in, two placements, and when they build the ad, the can attached to the right group… While sometimes, the need to override with a single click of a ad group instead.
Hope its clear – you can email me direct, its 2:30am here, and i could use some extra eyes to get this across the plate.
The page I need help with: [log in to see the link]
- The topic ‘2 Manual Placements – 1 Overrides the Other’ is closed to new replies.