Notifications
Clear all

wpForo 1.x.x [Closed] Solved and closed

1 Posts
1 Users
0 Likes
852 Views
Posts: 1
Topic starter
(@mthdesign)
New Member
Joined: 4 years ago

On wpforo we want to show “solved” and closed” in the front of the forum list.

We have tried this code, but I will not show numbers on the forum:

<?php wpforo_phrase('Topics') ?>: <?php echo wpforo_print_number($counts['topics']) ?> &nbsp;<span class="wpfcl-1">|</span>&nbsp; <?php wpforo_phrase('Solved'); ?>: <?php echo wpforo_print_number($counts['solved']) ?> &nbsp;<span class="wpfcl-1">|</span>&nbsp; <?php wpforo_phrase('Closed'); ?>: <?php echo wpforo_print_number($counts['closed']) ?>

Can anybody help us?