Top ad above Vid

Posted in: Newspaper
Post count: 17

Hi,

Is there any way to get the top add above the video in a video post? Tried all the layouts, … but none. Its pretty important to have much beter conversion on adsense. :'(

Post count: 7909

Hi,

The articles ads are a part of the content and it is not so easy to change the position. The best solution is to use a custom ad in post template where you want it to be displayed. You will have to edit post template that you use and place a custom ad above the featured video(or featured image if you edit also other templates) using do_shortcode function – http://screencast.com/t/2QpXfrwnarp and you may need additional css customizations – http://screencast.com/t/C83dfVmJW

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

.single .td-a-rec-id-custom_ad_1 {
margin-bottom: 0 !important;
margin-top: 40px;
}

Thanks!

Post count: 17

Thank you so much!

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