Remove Follower/Post Count?

Answered

3 Comments

  • Marie-Cathrine
    Community Moderator

    Hi Christopher,

    You can remove the counts by removing this piece of code from the community_topic_list_page.hbs file in the code editor for the theme:

    <ul class="meta-group">
    <li class="meta-data">{{t 'post_count' count=post_count}}</li>
    <li class="meta-data">{{t 'follower_count' count=follower_count}}</li>
    </ul>

    To easily find the code, do a search for:

    <ul class="meta-group">

    #helpsome regards,
    Marie-Cathrine Sørensen
    Developer @ helphouse.io

    0
  • Christopher Stallone

    That worked! Thank you.

    0
  • Ifra Saqlain
    Community Moderator
    Most Engaged Community Member - 2022
    Most Engaged Community Member of The Year - 2021

    Also can be done:

    .topics .meta-group{display:none;}

     

    Thanks

    0

Please sign in to leave a comment.

Powered by Zendesk