different header ads on each page

Posted in: Newsmag
Post count: 12

Hello

How to different header ads on each page. Premium plugin? Code? Thank you.

Website:www.avmdergi.com

Post count: 6535

Hi

To display a different header ads on pages you need to edit the ads.php file and add a set of conditions like here: http://screencast.com/t/E2qMgK02

if (is_page(page id)){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}elseif (is_page(page id)){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]');
}elseif (is_page(page id){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_3"]');
}

To get the page id follow this link: http://screencast.com/t/hgeXHEyRRr0 Note that for the front page the function is: is_front_page() https://codex.wordpress.org/Function_Reference/is_front_page

Hope this help.
Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.