0 ? 'is-subforum depth-' . $depth : ''; $count_children = get_children( [ 'post_parent' => $current_post, 'post_type' => bbp_get_topic_post_type(), 'orderby' => 'menu_order', 'order' => 'asc', 'post_status' => [ 'any', 'spam' ], ] ); // Get sub-forums for this forum. $sub_forums = new WP_Query( [ 'post_type' => bbp_get_forum_post_type(), 'posts_per_page' => -1, 'post_parent' => $forum_id, 'orderby' => 'menu_order', 'order' => 'ASC', 'post_status' => 'publish', ] ); $has_subforums = $sub_forums->have_posts(); ?>
  • 0 ? count( $count_children ) : ''; ?>