Hide "More from the author"

Posted in: Newspaper
Post count: 3

Hi,

At the end of the posts, is there a way to show only “related articles” and hide completely “More from the author”? I searched everywhere in the theme panel, but it seems there’s an option to hide both or none.

Since there is only one author, both boxes have exactly the same posts, by the same order. And that looks really bad. I searched everywhere and I don’t find options to hide it or even to have different order of posts in both boxes.

Thank you,
Ricardo

Post count: 23312

Hello Birbo,

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

Went for the second option, worked perfectly.
Thanks so much!

Regards

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