How to Hide or Remove "MORE FROM AUTHOR"?

Posted in: Newspaper
Post count: 28

Hi tagDiv!

My blog is a single authored blog so I think the ‘More from Author’ section is not really needed. I want to show only the Related Articles and hide or remove the ‘More from Author’. How is that possible?

I found this http://prntscr.com/iu42gh while searching in the forum but it is 404 page now.

Thanks!

Post count: 20688

Hi,

Use the CSS solution then, although the code modifications should not provide 404 errors
https://www.screencast.com/t/930d6WyZp

.td_block_related_posts .td-related-right {
display:none;
}

Thanks

Post count: 28

Thanks Simion!

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