url ) ) { $url = $cover_image->url; } $post_thumbnail_url = ! empty( $url ) ? $url : get_the_post_thumbnail_url( $forum_id ); $topics = new \WP_Query( array( 'post_type' => bbp_get_topic_post_type(), 'order' => $settings['order'], 'posts_per_page' => $settings['ppp'], 'post_parent' => $forum_id, ) ); $unique_id = uniqid( 'bbpc-single-forum-' ); if ( ! wp_style_is( 'bbpc-el-widgets', 'registered' ) ) { wp_register_style( 'bbpc-el-widgets', FORUMAX_STYLES . 'frontend/el-widgets.css', array(), FORUMAX_VERSION ); } wp_enqueue_style( 'bbpc-el-widgets' ); ob_start(); echo '
'; if ( $forum_id ) { $style_num = in_array( $settings['style'], array( '1', '2', '3', '4' ), true ) ? $settings['style'] : '1'; $template_path = __DIR__ . '/../../Elementor/inc/single-forum/single-forum-' . $style_num . '.php'; if ( file_exists( $template_path ) ) { include $template_path; } } else { ?>

'; $row_padding = (int) $settings['row_padding']; $row_gap = (int) $settings['row_gap']; $cover_height = (int) $settings['cover_height']; $border_radius = (int) $settings['border_radius']; ?>