Remove Comment Count on Author page

Posted in: Newspaper
Post count: 114

Hello! I would like to remove the comment count on the author page. It is removed on the post page, but I can’t figure out how to remove it on the Author page as well. Thanks for your help!

Post count: 22421

Hello,

On pages you can remove it from the theme panel like so: https://www.screencast.com/t/QHbgjj0GJ but this will apply to all pages, not just the author page

Thank you!

Post count: 114

That removes the Author’s name. I only want to remove the comment count from the author’s block on the author’s page here: http://e50.4da.myftpupload.com/author/audrey-woodhams/. For example, it says “3 Posts” and “O Comments” but I want to remove the “O Comments” item. How can I do this? Thanks!

Post count: 20688

Hi,

You can try this code, it will remove the comment count on the author page
https://www.screencast.com/t/hmwTGuwoq
Enter it in Theme panel->Custom Css

.author .td-author-comments-count {
display: none;
}

Thanks

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