Hello,
You can check our documentation on the ad system.
There are header ads:https://forum.tagdiv.com/header-ad/
article ads: https://forum.tagdiv.com/article-ads/ …etc.
You will find all the information you need in our docs.
Let us know if you require any further assistance.
Thanks.
Hi Bogdan B.
This does not answers my question,
With current theme option Im able to add only 1 Inline ad in my post
I want to add more than 1 Inline Ad
Suppose I want to Add an Advertisement after every 2nd paragrah in a post.
and my Post is of 10 Paragraphs, then, I will be able to show
5 Adverts on that Single Blog Post.
So Now How to achieve this,
Do I need to add custom code to Php files, if Yes, then what to add where
and will you please provide me that code.
I hope this is not cutomization.
Thanks
Hello,
This is the answer we provided via email:
You can use do_shortcode function to display and ad under posts title. To achieve that you need to edit each file corresponding with post template used: http://screencast.com/t/arZcXGgJn and paste the indicated code under get_title() function. The result will be like here: http://screencast.com/t/ilpOPPKqWI
To get the shortcode add an ad box into a blank page then switch in backend editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function.
I used custom ad 1 in this example but you can use any of the custom ad-spot, just update the number from shortcode. Ex: for custom ad 4 the shortcode will be [td_block_ad_box spot_id="custom_ad_4"]Also you can use the ad-shortcode to display ads in post contend. Just paste the shortcode in post editor where you want to display the ad: http://screencast.com/t/NKZwVCHB – http://screencast.com/t/LrLini74nH2
Thanks!