Jan 10, 2020 2:28 pm
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']) ?> <span class="wpfcl-1">|</span> <?php wpforo_phrase('Solved'); ?>: <?php echo wpforo_print_number($counts['solved']) ?> <span class="wpfcl-1">|</span> <?php wpforo_phrase('Closed'); ?>: <?php echo wpforo_print_number($counts['closed']) ?>
Can anybody help us?