Hi,
I want to place an right after Article Bottom ad placeholder but i don’t seem to find a place/placeholder where i could put the code. All i can see is the footer widget ad which is not required.
Could i place the code manually somewhere just before “Article bottom ad placeholder”?
Hello m0re,
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!
Hi,
I updated to the newer version of newsmag theme 3.3 and the above solution of putting ads through short code has stopped working.
I had put the two custom ads through shortcodes in loop-single-2.php for showing ads at the bottom but after the upgrade it is not working. Is there another way to put the code now?
