More from author

Posted in: Newspaper
Post count: 42

Hi. Is’t possible to remove “More from author” from related post?
http://i11.pixs.ru/storage/8/3/2/2015102815_3610485_19298832.jpg
Want to remove only “More from author”. Related articles need save.

  • This topic was modified 10 years by Zakkery.
Post count: 23312

Hy Zakkery,

You have two possibilities to disable the option “More from author”.
1. You should alter the template named td_module_related_posts.php like that:
http://screencast.com/t/V8ZoLZjc

2. If you do not want to alter the code, please try a bit of css:

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

Here you can see the result: http://screencast.com/t/M4QKJTwA

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.