Hide Author on category pages

Posted in: Newspaper
Post count: 11

Hello,

may I ask how I can remove the author of posts on category pages? There is no such option in the “Categories” under the Newspaper panel. http://lepsiezakony.sk/ I removed it from the posts itself but not sure how to remove it from categories.

Also, I have translated the “Read More” button on categories via the theme Translation panel but it does not work :/

thank you

Veronika

Post count: 20688

Hi,

The author can be removed for all blocks/modules, there is a general setting in the theme panel
https://www.screencast.com/t/fokFpWU2t0VC
It cannot be removed specifically for category pages only by a theme setting. But if that is what you want, a code like this will do the job
https://www.screencast.com/t/QNuWBIcr
Once entered in Theme panel->Custom CSS it will remove all author names in author pages

.category .td-post-author-name {
display: none;
}

I tested the translation for the Read more button, seems to work for me so it should for you as well
https://www.screencast.com/t/eHKFhZ8m
https://www.screencast.com/t/iC9Yl0XjBsy

Thanks

Post count: 11

Thank you Simon,

I think that the translation problem is caused at my end because I am using WPML.

Post count: 20688

Hi,

That will be the case then, the theme panel translations will not work if you use WPML. You can translate that with WPML in that case, with the string translation
https://www.screencast.com/t/NodWz7k1K5
Add translations according to your languages.

Thanks

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