How to hide author card on one post type

Posted in: Newspaper
Post count: 72

Hi,
Is there any possibility to hide author card under the post for certain post type?
Thank you
Viliam

Post count: 20688

Hi,

That would be possible. You could create such a condition in the code, or you could try something easier. If you created the custom post type like this, using a post template
https://forum.tagdiv.com/custom-post-type-support/
Then a CSS code like in this example should remove the author box for posts from the CPT

.single-td_book .author-box-wrap {
display: none;
}

The general setting in the theme panel will remove the author box for all the posts, a specific setting for custom post types does not exist at the moment. Please let me know if you need more help.

Thanks

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