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-replies.php
<?php /** * Replies Loop */ ?> <?php do_action( 'bbp_template_before_replies_loop' ); ?> <div class="single-post-header section-head"> <div class="forum-tags"> <p class="posted-in"><?php echo esc_html_x('Posted In: ', 'bbPress', 'bunyad'); ?> <a href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a></p> </div> <div class="user-links"> <?php echo bbp_topic_favorite_link() . bbp_get_topic_subscription_link(); ?> </div> </div> <ul id="topic-<?php bbp_topic_id(); ?>-replies" class="forums bbp-replies"> <li class="bbp-body"> <?php if (bbp_thread_replies()) : ?> <ul class="thread-replies"><?php bbp_list_replies(); ?></ul> <?php else : ?> <?php while ( bbp_replies() ) : bbp_the_reply(); ?> <?php bbp_get_template_part( 'loop', 'single-reply' ); ?> <?php endwhile; ?> <?php endif; ?> </li><!-- .bbp-body --> </ul><!-- #topic-<?php bbp_topic_id(); ?>-replies --> <?php do_action( 'bbp_template_after_replies_loop' ); ?>
Upload File
Create Folder