X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/bbpress
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
bbpress
/
ðŸ“
..
📄
content-archive-forum.php
(673 B)
📄
content-archive-topic.php
(827 B)
📄
content-search.php
(762 B)
📄
content-single-forum.php
(1.12 KB)
📄
content-single-reply.php
(475 B)
📄
content-single-topic-lead.php
(2.14 KB)
📄
content-single-topic.php
(927 B)
📄
content-single-user.php
(939 B)
📄
content-single-view.php
(579 B)
📄
content-statistics.php
(1.72 KB)
📄
content-topic-tag-edit.php
(378 B)
📄
feedback-logged-in.php
(205 B)
📄
feedback-no-access.php
(420 B)
📄
feedback-no-forums.php
(211 B)
📄
feedback-no-replies.php
(213 B)
📄
feedback-no-search.php
(227 B)
📄
feedback-no-topics.php
(211 B)
📄
form-anonymous.php
(1.44 KB)
📄
form-forum.php
(5.18 KB)
📄
form-protected.php
(284 B)
📄
form-reply-move.php
(3.31 KB)
📄
form-reply.php
(5.87 KB)
📄
form-search.php
(663 B)
📄
form-topic-merge.php
(3.94 KB)
📄
form-topic-split.php
(4.49 KB)
📄
form-topic-tag.php
(4.33 KB)
📄
form-topic.php
(7.52 KB)
📄
form-user-edit.php
(6.7 KB)
📄
form-user-login.php
(1.4 KB)
📄
form-user-lost-pass.php
(920 B)
📄
form-user-register.php
(1.36 KB)
📄
form-user-roles.php
(332 B)
📄
loop-forums.php
(1.02 KB)
📄
loop-replies.php
(1.43 KB)
📄
loop-search-forum.php
(1.05 KB)
📄
loop-search-reply.php
(1.53 KB)
📄
loop-search-topic.php
(2.03 KB)
📄
loop-search.php
(1.02 KB)
📄
loop-single-forum.php
(1.92 KB)
📄
loop-single-reply.php
(1.72 KB)
📄
loop-single-topic.php
(2.88 KB)
📄
loop-topics.php
(1.1 KB)
📄
pagination-replies.php
(456 B)
📄
pagination-search.php
(443 B)
📄
pagination-topics.php
(455 B)
📄
user-details.php
(3.14 KB)
📄
user-favorites.php
(844 B)
📄
user-profile.php
(962 B)
📄
user-replies-created.php
(877 B)
📄
user-subscriptions.php
(1.52 KB)
📄
user-topics-created.php
(876 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-header"> <ul class="forum-titles"> <li class="bbp-forum-info"><?php _e( 'Forum', 'hub' ); ?></li> <li class="bbp-forum-topic-count"><?php _e( 'Topics', 'hub' ); ?></li> <li class="bbp-forum-reply-count"><?php bbp_show_lead_topic() ? _e( 'Replies', 'hub' ) : _e( 'Posts', 'hub' ); ?></li> <li class="bbp-forum-freshness"><?php _e( 'Freshness', 'hub' ); ?></li> </ul> </li><!-- .bbp-header --> <li class="bbp-body"> <?php while ( bbp_forums() ) : bbp_the_forum(); ?> <?php bbp_get_template_part( 'loop', 'single-forum' ); ?> <?php endwhile; ?> </li><!-- .bbp-body --> <li class="bbp-footer"> <div class="tr"> <p class="td colspan4"> </p> </div><!-- .tr --> </li><!-- .bbp-footer --> </ul><!-- .forums-directory --> <?php do_action( 'bbp_template_after_forums_loop' ); ?>
Upload File
Create Folder