Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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?