I have added a custom template which works great.
But for this specific template I don't want the ad_navbar_below to be included.
If I could put some kind of conditional in the navbar template that says something to the effect of:
Code:
if current_template != sponsors.php then
$ad_location[ad_navbar_below]
end if
That would be perfect for me. Anyone know how I can code this to work?
I am new to this so be gentle. Thanks
Eric