Articel top ads

Posted in: Newspaper
Post count: 9

Hi,

I wan to add 2 Google ads Side by side, in Article top. I am attaching Image for reference.

Thank you

Post count: 7909

Hi,

Please add your adsesnse code in custom ads and using do_shortcode() function display them before featured image in the post template that you use(I guess that you use post style 2 – edit loop-single-2.php): http://screencast.com/t/GWxrrtuXb2bG

echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
echo do_shortcode('[td_ad_box spot_id="custom_ad_2"]');

Result: http://screencast.com/t/CZwLFpoejR1
Please use this custom css in Theme Panel for ads, to make those appear side by side:

.single .td-g-rec-id-custom_ad_1 {
float: left;
}

Thanks!

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