Moving Ad Under Author Box

Posted in: Newspaper
Post count: 108

Hello!

Where would I add the HTML for my content.ad custom URL to appear UNDER the author box, above the “similar articles” section I have on my website?

Website URL: http://www.livelovefruit.com
Example page: http://livelovefruit.com/2015/04/super-berry-chia-pudding-recipe/ (I would want to move the ad named “recommended articles” to appear below the author box)

Thanks!
Carly

Post count: 7909

Hi,

Try to add your code in post template file that you use: http://screencast.com/t/cyvZF7z0C

Thanks!

Post count: 108

That did not work, that just made the ad appear double

Post count: 7909

Hi,

Please paste your adsense code from bottom ad in a custom ad: http://screencast.com/t/TzuoKV9JE7fu
Use do_shortcode() function and add custom ad shortcode bellow author box in post template file(you can edit post template file that you use: loop-single.php is default post style): http://screencast.com/t/ZmiYLiRbLfI

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

Adjust with css code top and bottom space: http://screencast.com/t/MVowgGa2T

.single .td-g-rec-id-custom_ad_1 {
margin-top: 10px;
margin-bottom: 0px;
}

Paste custom css in Theme Panel > Custom Css: http://screencast.com/t/j19UM4TrBQc

Thanks!

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