Author info for selected categories

Posted in: Newsmag
Post count: 45

Hello,

Please how do I disable “about the author” info and “more from author” for particular posts and for particular categories?

Post count: 23312

Hello nkodgh,

If you want to disable the author description and more from author feature for a specific post you should use the post ID for that post and use the code below ->

.postid-149 .td-related-right, .td-author-description{
display:none!important;
}

The result is here -> http://screencast.com/t/duMI51Jxp24v

Also, if you want to apply a code for a certain category, you should use the category ID. In this case, in category section, the more from author and the about author section will not appear.

If is not what you mean or if I missed something important, please provide more details.

Thanks for the message!

Post count: 45

Thanks for your prompt response but this fix may not be applicable in my case.

I will be publishing about 5 posts daily after the renovation of the website and majority of posts will be from random visitors we have no information about thus we won’t need “about the author” below the posts nor “related posts from author”. Depending on the category the posts belongs, there may not be a need to display any information about the author nor related posts.

That’s why I asked about disabling for specific categories so posts assigned to those categories will automatically not have any author information nor related posts from author.

If I am to fix it by entering post ID, it means I will be doing that fix virtually everyday.

I hope I have made myself clearer.

Post count: 23312

Hello nkodgh,

Unfortunately, our theme does not have any such an option for it, sorry! If you want to achieve this, you should make some additional customizations through the code which involve custom work. If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Post count: 45

Well noted Catalin.

What about disabling the “author info box” and the “more from author” throughout the site for all posts and pages. Is it possible?

Post count: 23312

Hello nkodgh,

Please notice that I gave a solution above regarding on how you can hide the more from author tab for a certain post page. If you want to be the general one, you have to exclude the certain post ID and the CSS rule will be applied for the entire website. Notice that the page does not contain the “more from author” feature. Same thing for author description.
If is not what you mean, please provide more details about what you want to achieve, provide some useful screenshots so I will be able to provide a more accurate code.

Thanks for the message!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.