Related articles box

Posted in: Newspaper
Post count: 70

I do not want to show in related articles box “more from “author. Just Related articles. How can I disable that part?
https://forum.tagdiv.com/related-articles/

Post count: 20688

Hi,

By default there is no option to remove that section. There are two ways you could do that. The first one will require you to comment or remove this line of code from this file
https://www.screencast.com/t/q3nJvvoEUxf3
Or you can enter this code in Theme panel->Custom Css
https://www.screencast.com/t/a2ZPVB5DpHii

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

Thanks

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