How to add an adsense code below of the "Latest Articles" in homepage

Posted in: Newsmag
Post count: 43

I want to add an adsense ad code below “Latest Articles” in homepage, http://www.screencast.com/t/bq8DTKkS5jR

Post count: 6600

Hi,

You can add it directly on page template and use the do_shortcode() function to call the ad spot you want there.
To add and ad to the top of latest articles are you can also use the page builder and add it using the VC Ad box element to add it last on page so that it will appear right before the latest articles section.
To add it in the template you need to edit the page-pagebuilder-latest.php file and add it like this: http://screencast.com/t/DKTrJYAYLLWA
Use this line: <?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]') ?>
Result: http://screencast.com/t/ww9XPrN3mr6d
Please also note that you need to do this for all cases or for the one you want to use, in my ex you can notice I have done it for the nosidebar case.

Thanks

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