Hi guys @robin-w
I really don’t get it.
I changed the <?php bbp_list_forums()?>
in to
<?php bbp_list_forums(array (
'show_topic_count' => false,
'show_reply_count' => false,
'separator' => '',
));?>
In the bbpress plugin folder and tried it in the theme folder. Both Didn’t work. What am I doing wrong?
Got it to work in the functions.php
Seem like the plugin “WP native dashboard” was interfering with it