Remove More from Author?

Posted in: Newspaper
Post count: 240

How do I remove “more from author”? I want to keep related articles by category…

thanks.

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: 240

Thank you. I used the CSS method. The words “More from Author” are still there and when you click the words either “MFA” or Related, the links take you back to the top of the page.

Post count: 22421

Hello,
There seems to be something wrong as this code worked for me and all people who asked for the removal of more from author. Please make sure the code is properly inserted in the custom css box and all other css in there has proper closing tags.
I tested the css again and more from author gets removed entirely.
Please check your custom css box. and if you cannot get it to work please provide a link to your site so I can inspect it.
Thank you!

Post count: 240

Yes, I always forget that sometimes the child css doesn’t work (sometimes it does, sometimes it doesn’t) and that I have to copy and paste the child css into the theme options.

As you know, not an easy thing to remember when usual FTP has worked for years…

Post count: 22421

Hi,
Well you do not have to use custom css in the child theme. You can simply use the theme panel’s custom css box: http://screencast.com/t/zlKtgTNdj
The code from the custom css box will not get rewritten on any update.
Thank you!

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