Sidebar Related Post widget

Posted in: Newspaper
Post count: 34

Hi Support,

Is there any way to show related post on the side bar instead of the bottom of the post, and how to hide the author post block at the bottom of each post.

Regards

Post count: 22421

Hello,

You can follow this topic: https://forum.tagdiv.com/topic/related-articles-on-sidebar/
As for the author box , it can be removed from the theme panel: http://screencast.com/t/1hzX1NyQRt

Thank you!

Post count: 34

Hi

Thanks for the support , but I want to hide the more from author box in related articles.

Thanks

Post count: 23312

Hi,

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

thanks for the quick response.

after adding !important . i got the required result.

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

Thanks

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