How I add A Banner ad in the bottom of every post

Posted in: Newsmag
Post count: 3

How I add A Banner ad in the bottom of every post?

I want to add two banner ad in every post.

I want to this step for all my posts in the site, how?

Like this site:
http://www.mars-e.com/8-most-extreme-cultural-body-modifications/4/
Regards.

  • This topic was modified 9 years by sami2569.
Post count: 23312

Hello sami2569,

If you want to add a banner ad to the bottom of every post, you should use the Article Bottom Ad from Theme panel, like this -> http://screencast.com/t/DhN8lfvZ Also, if you want to add more than one Advertisement here, you should edit the post template core file used by you and there you should use the do_shortcode method. For example, if you are using the post template style 1 you should edit the loop-single-1.php, like this -> http://screencast.com/t/Wfrwhqhcivz and the result you should see here -> http://screencast.com/t/x7B3BCZQDgQ
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]'); ?>

here you shoudl add your code for custom Ad 1 and Custom Ad 2, like this -> http://screencast.com/t/y0ipBDeG3i

Thanks for the message!

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