@nolimit966
9 years, 7 months ago
Hi,
I have noticed the message at the top of the forum which counts the total number of replies in that particular forum.
‘318 replies’
I have tried <?php bbp_topic_reply_count() ?> but its showing ‘0’
How do i use the total number of replies count – id like to put it on the ‘topics’ page too.
Thank you
@robkk
if its in a forum you should use <?php bbp_forum_reply_count() ?> for topics the other code works.
<?php bbp_forum_reply_count() ?>