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 #3451261
how to disable like count
Closed

Comments

  • kurapika168 started the conversation

    how to hide like count and only show social share box in posts?

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → General → Like Posts & Social Share: You can hide the Like Post in this section.

    Regards,
    PenciDesign.


  • kurapika168 replied

    Hi,

    I'm referring to the like count. Please see image.

    Is there a way to only show the share button, but not the like count?

    Thanks!

    Attached files:  Screenshot 2023-09-04 at 9.01.03 PM.png

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → General → Like Posts & Social Share: Turn on the "Hide Like Post" option.

    Regards,
    PenciDesign.


  • kurapika168 replied

    Hi,

    I don't think you understand my question.

    I do want the like post to be shown. However, is there a way to disable the LIKE COUNT in the social share box. see attachment.

    when I go to customize -> single posts -> general, there is only the option to hide like count AND social share. I want to show the social share, but not the like count.

    Thanks!

    Attached files:  Screenshot 2023-09-04 at 9.01.03 PM.png

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .post-share .count-number-like {
      display: none;
    }
    .post-share a.penci-post-like {
      margin-left: 0;
    }

    Regards,
    PenciDesign.



  • kurapika168 replied

    it works. Thank you!