Please anyone help us, I need the same function…
Look, I have category, in each category I have many forums, in the forums I create topics.
I tell you about the page of category with many forums.
Look at the pic.
http://postimg.org/image/xk17bx10z/
And I want now to make one list of topics in each category that belong to the forums of this category.
I hope you understand me.
<?php
if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 10 ) ) )
bbp_get_template_part( 'bbpress/loop', 'topics' );
?>
I had put this code to my template. But how can I change the post_parent Parameter automatik, that the plugin know in wich forum he is and show me the right topics.
Thx
Yes, this is for forums/forum but not for forums/forum/bbpress
And how can I put a Topic-Form in this template?