Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1329739
How to add comment count (option is enabled)
Closed

Comments

  • rudyman85 started the conversation

    Hi there,

    Option Comment count is enabled for the front page. I didn't see the comment count. how to add it? See my website and the attachment.

    Thanks,


  •  2,699
    PenciDesign replied

    Hi,

    Please go to Customize > Other Layout Options > and make sure you don't hide comments there.

    Best Regards,

    PenciDesign

  • rudyman85 replied

    You can see in the attachment that comments are enabled, and still no comment counts. How to fix this? There is a test comment in this topic: http://www.wirdumonline.nl/wirdum-online-5-0/ , see attachment. I've got the Photograpic magazine theme.

    Kind regards,

    Rudy Wagenaar

  •  2,699
    PenciDesign replied

    Hi,

    Ah, I understand it now.

    As you can see on this demo, this theme doesn't support display comments count for grid layout.

    Best Regards,

    PenciDesign

  • rudyman85 replied

    Hi,

    I see. that's understandable. Is it even possible by code?

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, please add more this code:

    <span><a href="<?php comments_link(); ?> "><i class="fa fa-comment-o"></i><?php comments_number( '0 ' . penci_get_setting( 'penci_trans_comment' ), '1 '. penci_get_setting( 'penci_trans_comment' ), '% ' . penci_get_setting( 'penci_trans_comments' ) ); ?></a></span>

    like on this image

    Best Regards,

    PenciDesign

  • rudyman85 replied

    great! Thats works! Many thanks for the fast support!