Custom Single Post Template (Urgent)

Posted in: Newspaper
Post count: 17

Hi all,

I want to create a new custom post template for newspaper theme with no ads, other than the header ad.what i want is remove all the ad placement on that particular post template and display only the post.any ideas to solve?

please help.

Thanks.

Post count: 23312

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!

Post count: 17

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.

Post count: 23312

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!

Post count: 17

Thanks for your support Catalin!!
I’ll use this code.can you provide some web links or tutorials for this regard ? it will be a great help for me to solve this matter.

Thanks again.

Post count: 23312

Hello amsam1979,

Unfortunately, we do not have any links or tutorials for this regard, sorry! Notice that you should develop it yourself if you want to make a new post template.

Thanks for your understanding!

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