Something like this should get you going:
if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => 'false', 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) )
bbp_get_template_part( 'bbpress/loop', 'topics' );
I got error: Warning: Division by zero
As for now I got this in footer:
http://pastebin.com/Pn1XdZCh
And want change to get forum topics not group
If you add the code in you get a Division by zero and if you take it out you don’t get it, is that correct?
Have you tried taking it back out?
I am just wondering if it is a recently updated plugin causing the division by zero.
I’ve tried it.
Division by zero gives me bbp_get_template_part( ‘bbpress/loop’, ‘topics’ )