More from author

Posted in: Newspaper
Post count: 2

Hi! We would like to know if it is possible to remove the section “More from author” near related articles. We’ve seen in theme panel>post settings but we didn’t find it. How can we do to fix it?

Post count: 23312

Hello SestanteNews,

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

Hi Catalin!

We’ve used the first method and it works!! Thank you so much!

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