Remove More from Author box

Posted in: Newspaper
Post count: 12

Hi,

How can I remove the More from Author article box that shows in posts?

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

I hope this helps.
Thank you!

Post count: 23

Thanks it works!

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