Move article bottom ad to after Author box

Posted in: Newspaper
Post count: 79

Hi guys

I would like to move the Article Bottom Ad to after the Author box because at the moment it appears before it:

http://connecteddigitalworld.com/2014/11/09/win-jersey-boys-blu-ray/

is this possible?

thanks

Andrew

Post count: 6600

Hi,

The bottom article ad it’s set to be displayed at the end of the content of each post, to modify this you would have to hack the get_content() function: http://screencast.com/t/gcXWtR3tMB3
You could also disable the bottom ad and use the custom ad box to display your ad where you like in the post template using the do_shortcode() function to add the custom ad to your template after the author box, like this: http://screencast.com/t/suTlcZo6fKX
Use this line: edit and add it in the post template you want.
Result: http://screencast.com/t/m06OclikYgA6
Use this css to add a margin at the top:

.td-a-rec-id-custom_ad_1 {
margin-top: 50px;
}

Thanks

Post count: 79

thanks Lucian

I don’t want to use any of the custom ad slots as I am already using them – is there a way to add a 4th custom ad slot and use that?

Thanks again

Andrew

Post count: 6600

Hi,

Please follow this topic, I have posted a solution for this there:

https://forum.tagdiv.com/topic/sidebar-ads/#post-21850

Thanks

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