After every article, i have activated the “Related posts” block, but i just want that part, not the “More from Author”. Is there any place in Theme Settings where i can disable this? Thanks
—–
Found the answer, can’t delete Topic. Please consider this solved.
-
This topic was modified 9 years by
brandonparamo. Reason: Found answer
Hi, can you tell me how to do this? I was searching for the answer for this question too!
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
Thank you!
Original answer was here: https://forum.tagdiv.com/topic/hide-more-from-author
Hello,
It is possible, but only if you have coding skills. There is no such option added in our theme so it can only be done through customization. I do not have a solution to provide in this regard unfortunately. More from author was designed to pull posts from a certain author not a certain category. The related articles are the ones pulling content from the same category or tag.
Thank you!
Hello saggel,
As you can see above, the core file where you should do this modification is td_block_related_posts.php http://www.screencast.com/t/Okmq7lxTDzGd
Thanks for the message!
This info is great.
However how do you also remove the ‘left/right’ arrows to the right of ‘related articles’ and ‘more from author’?
http://smallcaps.com.au/wp-content/uploads/2017/01/Related-Articles-3×2-remove-more-from-author.jpg
I only want to show 6 related articles not potentially 30+ articles (if you clicked left/right on the arrows) as the site grows.
I’m assuming with the arrows there it also loads more than just the 6 visible articles when the page loads taking up extra bandwidth and load time?
Hello
If you want to hide the arrows you should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_related_posts .td-next-prev-wrap{
display:none;
}
Also, all the available settings for Related Articles are here -> http://screencast.com/t/dcTkaDSdXp5 For more information about this feature, you should consult here -> https://forum.tagdiv.com/related-articles/
If you want to display more levels in our theme and if you aren’t aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!