Ads above the post title?

Posted in: Newspaper
Post count: 79

hi

I would like to move the ad above the post title instead of under it – I think a recent update may have changed it.

http://connecteddigitalworld.com/2014/07/07/m-o-j-o-micro-console-android-mad-catz-gets-ouya-4k-support/

can you advise please?

thanks

Andrew

Post count: 6600

Hi,

Please add this code <?php echo do_shortcode('[td_ad_box spot_id="custom_ad_3"]'); ?> in the loop-single.php file like this: http://screencast.com/t/g9yorI3X
Also add this custom CSS in Theme Panel > Custom CSS:

.post .td-a-rec-id-custom_ad_3 {
margin-top: 30px;
}

If you want to be full width you can do it like this https://forum.tagdiv.com/topic/adsense-below-header-on-homepage/#post-15013 for each template you want the ad to be displayed.

Thanks

Post count: 79

thanks Lucian

however that isn’t correct – it not custom ad 3 its ARTICLE TOP AD and using the code you gave me adds another ad 3 block above the header text with the words in the loop-single.php shown under.

thanks

Andrew

Post count: 6600

Hi,

Make sure you paste this code:

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

..in the loop-single.php file like this: http://screencast.com/t/doKMzVqf

Also remove the ad code from Your Article Top Ad in Theme Panel > Ads http://screencast.com/t/8bOrnSrSSk and put it in the Custom Ad 3 http://screencast.com/t/CPxv1iSrw

After you have done that add this custom CSS in Theme Panel > Custom CSS:

.post .td-a-rec-id-custom_ad_3 {
margin-top: 30px;
}

You will get this result: http://screencast.com/t/vBxKTZRqZq

Thanks

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