Show comment count on display page

Hello,

I use the Activello theme for my blog and have hidden page excerpts on the display page, so each post only shows the title and featured image. However, the CSS code I have used also hides the comment count – however, I would like the count to be displayed below the title and image. Is there a code for this?

Thanks in advance.

Hi there,
Thanks for reaching out.
In relation to your query here, could you kindly provide us with a link to your site so that we can take a closer look into this.

I look forward to your reply.
Best Regards,
Support.

Hi, here is my site: http://www.yolandaslittleblackbook.com

Thanks for your help!

Hi there,
Thanks for the link.
In this case, could you instead try using this code:

body.blog article .entry-content p {
display: none;
}
body.blog article .entry-content .read-more {
display: none !important;
}

I hope this helps.
Best Regards,
Support.

Thank you! That works for the top two posts on the display page.

Is there a code that might work for the rest of the posts as well? I’d like to see the comment count for every story on the main page. If not, this will do for now.

Thanks again.

HI there

Sorry, but they are not available on the blog(main) page :slight_smile: