Turn off “More from Author”

Posted in: Newspaper
Post count: 7

Hi everyone.

In the THEME PANEL, under POST SETTINGS, I’ve toggled on the SHOW RELATED ARTICE -> BY CATEGORY.

Related articles are now appearing at the bottom of my blog posts however they’re showing in two tabs:

RELATED ARTICLES
MORE FROM THE AUTHOR

I don’t want MORE FROM THE AUTHOR to be visible but can’t figure out how to turn it off. Additionally, the theme appears to default so that whichever of the two is clicked appears white, meaning it’s invisible.

A link is below by way of example. Can anyone help, please?

https://marketexpertise.com/esg-factors-now-5-of-the-top-10-decision-drivers-for-b2b-buyers/

Post count: 27744

Hello,

I recommend using a single post template -> https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/ For example, add a flex block in a post template, go to the filter tab of the element’s settings, and from the dropdown category filter, you can choose between Single – More from author, Single – Related by category, Single – Related from tags. Those special filters will work as expected https://forum.tagdiv.com/flex-block-settings-guide/
For the moment, the only solution is to use a custom css to remove the section “More From Author”:
.td_block_related_posts .td-related-right{
display: none;
}

Set the code in Theme Panel – Custom code – custom CSS.

Thank you!

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