Moving "Article Top Ad"

Posted in: Newspaper
Post count: 2

Hi:

I would like to move the “Article top ad” placement to the top of the article’s image instead of under it. Where can I find the file that controls this and what’s a good way to override it without overwriting your source?

Thanks,
Keith

Post count: 7909

Hi,

Unfortunately article top ad is part of the post content – http://screencast.com/t/ajp7ZULD2lhp so the best way is to use do_shortcode function to display a custom ad in the post template(off course paste the code from top ad in a custom one) – http://screencast.com/t/KEgFONpnhdWNhttp://screencast.com/t/4IENuH9nx

<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>

Thanks!

Post count: 2

Hi,

Thanks for the reply.

Is it possible to create a custom_ad_4 instead of using 1?

Thanks,
Keith

Post count: 7909

Hi,

Please follow this solution to add more custom ads in Theme Panel: https://forum.tagdiv.com/topic/sidebar-ads/#post-21850
And after that just change the number in the code to display custom ad 4.

Thanks!

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