Opened 5 years ago
Closed 5 years ago
#3412 closed defect (bug) (invalid)
How can I remove the count (0,0) in my bbpress?
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.6.6 |
| Component: | General | Keywords: | |
| Cc: |
Description
Hello bbPress team, I need help please, I can't remove the count (0,0) on my bbpress forums
I tried this codes:
<?php bbp_list_forums(array('separator' => ,'show_topic_count' => false, 'show_reply_count' => false)); ?>
<?php bbp_list_forums( array( 'show_topic_count' => false, 'show_reply_count' => false ) ) ?>
But nothing happens, What can I do?
My website is jes.klu.cl
Thanks
Change History (3)
Note: See
TracTickets for help on using
tickets.
https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#2-remove-the-topicreply-count-from-the-forum-list