Related Articles – Remove or Hide "More From Author" – Newspaper Theme

Posted in: Newspaper
Post count: 103

I’ve turned on Related Articles in the Newspaper theme but there is also a ‘More From Author’ that shows up. We don’t have specific authors and would like to hide or remove this. Is there a way to do that?

Thanks!

Post count: 22421

Hello,

In order to remove more from author you can use 2 methods:
The css method:

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

You can add the code in the theme panel-> custom css box.

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

Thanks.

Post count: 103

Thanks!

Post count: 56

helpful. Thanks

Post count: 28

Hi, sorry, I’ve added this code in custom css and its not working, could you please help me? I’m using Newspaper 8.7

Thanks in advance,

Mauri

Post count: 1043

Check if you have copied and pasted the code correctly, and remember to clear your website and browser cache.

Post count: 28

Hi, I’ve tried to disable the speed booster plugin and now its working, thanks! 🙂

Post count: 1043

I don’t use that plugin. But it’s good you’ve figured it out. (I don’t work here btw).

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