More From author block inside post

Posted in: Newspaper
Post count: 23

Hello,

I would like to know how to remove the “MORE FROM AUTHOR” option from inside the post. RELATED ARTICLES is totally right but I would like to get rid off the MORE FROM AUTHOR because we just have one author on the website, so it doesn’t make any sense to have it there.

Cheers!

Post count: 23312

Hello billal,

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!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.