Support Forum

where do I add the echo call for adsense

KV kvr28
kvr28
Member

for like on the forum here? I tried adding at the top of the header and it shows within the outline area, not between announcements and the forum, thank-you

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

like on forum here?  we dont have any adsense?  do you just mean the banner ad above the forum?

If so, we do it with:

add_action(‘sph_BeforeDisplayStart’, ‘spf_populate_ad_banner’);
function spf_populate_ad_banner() {
# ad code here
}

KV kvr28
kvr28
Member

yes, the banner above, would I just add that to the function?