Related articel withou author

Posted in: Newspaper
Post count: 24

Hello, how can I disable in the related articel box below the articels that “articels from the same author” is not displayed? I only want related articel.
Thank you.
Regards,
Martin

Post count: 27744

Hello,

If you have the “more from author” and “Related Articles” in a tab like this -> https://i.imgur.com/ZuIs8Y1.png then you are using standard -> https://forum.tagdiv.com/design-post-pages-using-default-templates/ therefore in theme is only one option that disables both options -> https://i.imgur.com/M8bUmQu.png if you want to keep those templates the only way to remove the “more from author” tab is to use a custom CSS like this one:

.single .td-related-right{
display: none;
}

Set the code in Theme Panel ->Custom code -> Custom CSS
Hope this helps you!

Thank you!

Post count: 24

Thank you very much. It works!
Regards,
Martin

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