Hello amsam1979,
Please notice that the only way to add some ads to your post pages is to use the Articles Ads from Theme panel. Notice that option is a general one for entire website and if you want to use such an ads for some posts and not using for others ads you cannot do this but only if you will use a bit of CSS code to hide the ads for specific post pages. If you want to achieve something like that, you should provide your website URL and then you can specify on which kind of posts you do not want to have any ads and I try to provide a quick solution with a bit of CSS code.
Thanks for your understanding!
Hi ,
Thanks for your response Catalin. sure, i’ll share my site url below.
http://www.avidmediainteractive.com/woman/2017/07/1086/
In this article, i want to disable article top ad,article bottom ad and article inline ad.
can we do this by using a separate custom post template. so then i can customize the article page only for a selected set of articles.
Ideally, what i want is, in the post editor screen there will be a drop down to select the template for the post. when i select this new template for the post, no ads will appear on that page.
I hope that you can understand my problem and i’m waiting for the solution.
Thanks.
Hello amsam1979,
With what I can help you here is I provide a bit of CSS code which hides you the article top ad only for this post page.
The code is ->
.postid-1086 .td-a-rec-id-content_top{
display:none;
}
Please notice that if you want to create a new pot template for this regard, you should create it yourself because we cannot provide this type of services at the moment, sorry!
Thanks for your understanding!