more from this author and related articles

Posted in: Newspaper
Post count: 17

hello i am trying to disable the option more from this author that stands next to related articles tab, cuz i only have one author. I cannot find a predefault setting so i am wondering if it is possible that u give me a hint. I reached the / httpdocs / wp-content / themes / Newspaper / includes / modules / td_module_related_posts.php but cannot undertsand which code stands for “the more for this author tab”.

Thank u !

Post count: 23312

Hi mike,

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.