New ad below Article bottom ad

Posted in: Newsmag
Post count: 14

Hi all,

I would like to place an advertisement (‘custom ad 4’, for example) just below the ‘Article bottom ad’. Does anyone know how to do it?

I remember asking something similar in another message, but it was not compatible if you had installed Disqus.

Thank you.

Post count: 6535

Hi

You can add a condition like this in td_module_single_base.php file http://screencast.com/t/sWdYXBSX

if (is_single()) {
            $content = $content . td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_4'));

        }

The result will be like here: http://screencast.com/t/Kl9YxQVKd This implementation should work even with Disq plugin active.

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.