-
Author
-
July 26, 2018 at 16:49 #204777abelordParticipant
Hi,
I would like to know how to add topics below sub forum and show only subforum topics.
I used code below but it show all topics including other forums topics.
<pre><code>function recent_bbpress_topics() {
if ( bbp_has_topics( array( ‘author’ => 0, ‘show_stickies’ => false, ‘order’ => ‘DESC’, ‘post_parent’ => ‘any’, ‘posts_per_page’ => 15 ) ) )
bbp_get_template_part( ‘bbpress/loop’, ‘topics’ );
}
add_action(‘bbp_template_after_forums_loop’,’recent_bbpress_topics’);</code></pre>
Kindly advice!
thank you
A
July 27, 2018 at 14:54 #204817LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 30, 2018 at 15:18 #204989RaduModeratorHi,
Not sure exactly what to suggest you, i recommend you to ask the same on bbpress support forums since this it’s related to their plugin.
Also take a look here : https://bbpress.org/forums/topic/showing-parent-forums-and-subforums-categories-in-forum-root-how/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 31, 2018 at 16:55 #205073RaduModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.