Article bottom ad restriction

Posted in: Newsmag
Post count: 48

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”?

Post count: 23312

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!

Post count: 48

Much thanks. it worked like charm.

Post count: 48

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?

Post count: 23312

Hello m0re,

It should work if you have added the snippet of the code in the right section, as I have explained you above. Try to add again with more attention, clear all your caches and check the results.

Thanks for the message!

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