Hide "More from Author"

Posted in: Newspaper
Post count: 7

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
Post count: 7

Hi, can you tell me how to do this? I was searching for the answer for this question too!

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

Thank you!

Post count: 7
Post count: 22421

Yep, same one.

Post count: 199

hello, i have one relative question. It’s possible to show only articles from one specific category on “More From Author” section?

Post count: 22421

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!

Post count: 199

i have coding skilss but i want from you to tell which .php to modify

Post count: 7

On my end you can consider this topic solved. Thanks!

Post count: 23312

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!

Post count: 136

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?

Post count: 23312

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!

Post count: 136

Thank you 🙂

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