Hi! How i can add Google Adsense after the article as it is on this site? http://fit4brain.com/8144
Hi,
You can use the custom ad 1 spot or other and add it to the post template using the do_shortcode() function and edit your post template file that you use and add this short-code: http://screencast.com/t/pGq99wqKHpe
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>
You can find the short-codes for other ad spots here: https://forum.tagdiv.com/ads/
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You would need some custom css if you have 2 ads there:
.single .td-g-rec-id-custom_ad_1{
float: left;
}
Please provide a link if you did not solve that issue, so we can take a look.
Thanks!
Hi! Yes want 2 ads before SIMILAR ARTICLES. Like it is on this website: http://fit4brain.com/8084.
Please help me how must i custom css!
Hi,
Please paste the code like you was above in post template – http://screencast.com/t/547qnmbT9 and after that copy the css code for custom ad to float left in Theme Panel > Custom Css: http://screencast.com/t/JsicA5Z8
If you don’t manage to solve this please provide a link so I can inspect this.
Thanks!