X7ROOT File Manager
Current Path:
/home/notabjze/hourglass.life/wp-content/themes/smart-mag/bbpress
home
/
notabjze
/
hourglass.life
/
wp-content
/
themes
/
smart-mag
/
bbpress
/
ðŸ“
..
📄
content-archive-forum.php
(644 B)
📄
content-search.php
(720 B)
📄
content-single-forum.php
(1.22 KB)
📄
content-single-reply.php
(433 B)
📄
content-single-topic.php
(918 B)
📄
form-search.php
(729 B)
📄
loop-forums.php
(1.56 KB)
📄
loop-replies.php
(1.01 KB)
📄
loop-search-reply.php
(2.12 KB)
📄
loop-search-topic.php
(2.08 KB)
📄
loop-search.php
(478 B)
📄
loop-single-forum.php
(2.23 KB)
📄
loop-single-reply.php
(1.8 KB)
📄
loop-single-topic.php
(3.2 KB)
📄
loop-topics.php
(480 B)
Editing: loop-forums.php
<?php /** * Forums Loop * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_forums_loop' ); ?> <ul id="forums-list-<?php bbp_forum_id(); ?>" class="bbp-forums"> <li class="bbp-body"> <?php while ( bbp_forums() ) : bbp_the_forum(); ?> <?php if (bbp_is_forum_category() && !bbp_get_forum_parent_id()): ?> <div class="block-head block-head-a forum-cat"> <ul class="forum-titles"> <li class="bbp-forum-info heading"><?php bbp_forum_title(); ?></li> <li class="normal bbp-forum-topic-count"> <?php echo esc_html_x('Topics', 'bbPress', 'bunyad'); ?> / <?php echo (bbp_show_lead_topic() ? esc_html_x('Replies', 'bbPress', 'bunyad') : esc_html_x('Posts', 'bbPress', 'bunyad') ); ?></li> <li class="normal bbp-forum-freshness"><?php echo esc_html_x('Freshness', 'bbPress', 'bunyad'); ?></li> </ul> </div> <?php // get sub-forums $orig_query = clone bbpress()->forum_query; bbp_has_forums(array('post_parent' => bbp_get_forum_id())); while (bbp_forums()): bbp_the_forum(); ?> <?php bbp_get_template_part('loop', 'single-forum'); ?> <?php endwhile; // restore query bbpress()->forum_query = $orig_query; ?> <?php else: ?> <?php bbp_get_template_part( 'loop', 'single-forum' ); ?> <?php endif; ?> <?php endwhile; ?> </li><!-- .bbp-body --> </ul><!-- .forums-directory --> <?php do_action( 'bbp_template_after_forums_loop' ); ?>
Upload File
Create Folder