Remove More from the Author tab from Blog Posts template

Posted in: Newspaper
Post count: 84

Hi

Is it possible to remove the “More from the Author” tab from “Releated Articles” section, which I display on the “Blog and posts” template? I would like to keep the “Releated Articles” tab, but remove “More from the Author”.

Post count: 22421

Hi,

In order to remove more from author you can use 2 methods:
The css method:
.td_block_related_posts .td-related-right {
display:none;
}

or you can edit the theme files: comment out or delete this part: http://screencast.com/t/Okmq7lxTDzGd

I hope this helps.
Thank you!

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