Add ad code under Related Post

Posted in: Newspaper
Post count: 186

Please where do i add my codes so it appears immediately after the related post, i want the ad to appear on all post

Post count: 23312

Hello willysawa,

If you want to add the ad code to appear for each post under the related articles, you have to alter the file where this function are created and also you should use the do_shoretcode method to implement the advertisements as you wish. You have to do changes in td_module_single_base.php file and you have to introduce the following code in the specific place, like this -> http://screencast.com/t/LcyIuQ87
The code is -> $buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
Before you check your results, please ensure that you have added the code into custom ad 1 field from your theme panel.

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 186

it works, but i want it under related articles , as this one appears before the related articles

Post count: 23312

Hello willysawa,

If you want to place your Ad under your related Articles feature for each post, you have to introduce the following code <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?> in loop file, specific for each post template you are using. For example, if you are using the post template style 1 you have to edit the loop-single-1.php and lace the code under the related articles, like this -> http://screencast.com/t/TWF8DXexGpeg

Thanks.

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