Add ad under related Article

Posted in: Newspaper
Post count: 186

Please how i do i add ad code to appear under related article ?

Post count: 22421

Hello,

Our theme does not have any such ad spot. However, you can place an ad on a specific post template using a do_shortcode functions to call one of the ads in the theme panel ad spots. Here is an example where we call a custom ad 1 below the related articles on a post template:

code:
<?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1"]'); ?>

https://www.screencast.com/t/DwoJ3XNhyvc

You will have to add the code in every post template corresponding to each post style that you use on your site.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.