I have bbpress installed as a plugin in a wordpress site and want to display the total amount of forums, topics and replies on the worpress home page but cannot seem to figure this out.
The following piece of code displays a table similar to the default forms display which contains this information but cant seem to figure out to extract this information.
bbp_set_query_name('load_forum_details');
if ( bbp_has_forums() ) :
bbp_get_template_part( 'loop', 'forums' );
endif;
bbp_reset_query_name();
has anyone any ideas?
regards