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-search-reply.php
<?php /** * Search Loop - Single Reply */ ?> <div class="single-post-header section-head"> <div class="forum-tags"> <span class="posted-in"> <?php echo esc_html_x('In reply to: ', 'bbPress', 'bunyad'); ?> <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a> </span> </div><!-- .bbp-reply-title --> </div> <div <?php bbp_reply_class(0, 'single-post'); ?>> <div class="bbp-reply-author"> <?php do_action( 'bbp_theme_before_reply_author_details' ); ?> <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true, 'type' => 'avatar') ); ?> <?php if ( bbp_is_user_keymaster() ) : ?> <?php do_action( 'bbp_theme_before_reply_author_admin_details' ); ?> <div class="bbp-reply-ip"><?php bbp_author_ip( bbp_get_reply_id() ); ?></div> <?php do_action( 'bbp_theme_after_reply_author_admin_details' ); ?> <?php endif; ?> <?php do_action( 'bbp_theme_after_reply_author_details' ); ?> </div><!-- .bbp-reply-author --> <div class="bbp-reply-content"> <?php do_action( 'bbp_theme_before_reply_content' ); ?> <div class="reply-meta"> <?php bbp_reply_author_link(array('type' => 'name')); ?> <?php echo esc_html_x('on', 'bbPress Reply', 'bunyad'); ?> <span class="post-date"><?php bbp_reply_post_date(); ?></span> <?php if ( bbp_is_single_user_replies() ) : ?> <span>· <?php echo esc_html_x('in reply to: ', 'bbPress', 'bunyad'); ?> <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_reply_topic_id() ); ?>"><?php bbp_topic_title( bbp_get_reply_topic_id() ); ?></a> </span> <?php endif; ?> <a href="<?php bbp_reply_url(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_id(); ?></a> </div> <div class="post-content"> <?php bbp_reply_content(); ?> </div> <?php do_action( 'bbp_theme_after_reply_content' ); ?> <?php do_action( 'bbp_theme_before_reply_admin_links' ); ?> <?php bbp_reply_admin_links(); ?> <?php do_action( 'bbp_theme_after_reply_admin_links' ); ?> </div><!-- .bbp-reply-content --> </div><!-- .reply -->
Upload File
Create Folder