Okay
  Public Ticket #1033583
showing # of comments on blog posts organized as a category
Closed

Comments

  •  1
    Gilda started the conversation

    On my site, I have blog posts show up in a list as a category called blog (that is how the menu is structured).

    I would like the posts to show the number of comments there.

    How do I do that?

    Also, is there a way to see the running posts and their comments without having to click on the post title?

    thanks

  •  8,998
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .category span.meta-comment-count {
        display: inline !important;
    }

    No i am afraid WP does not have any such comment option. 


    Thanks


    ThemeNectar Support Team 

  •  1
    Gilda replied

    Thanks! 

    that worked well