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-single-topic.php
<?php /** * Topics Loop - Single * * @package bbPress * @subpackage Theme */ ?> <ul id="bbp-topic-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>> <li class="topic-avatars"> <?php echo bbp_get_topic_author_avatar(0, 65); ?> </li> <li class="topic-meta"> <?php if ( bbp_is_user_home() ) : ?> <?php if ( bbp_is_favorites() ) : ?> <span class="bbp-row-actions"> <?php do_action( 'bbp_theme_before_topic_favorites_action' ); ?> <?php bbp_topic_favorite_link( array( 'before' => '', 'favorite' => '+', 'favorited' => '×' ) ); ?> <?php do_action( 'bbp_theme_after_topic_favorites_action' ); ?> </span> <?php elseif ( bbp_is_subscriptions() ) : ?> <span class="bbp-row-actions"> <?php do_action( 'bbp_theme_before_topic_subscription_action' ); ?> <?php bbp_topic_subscription_link( array( 'before' => '', 'subscribe' => '+', 'unsubscribe' => '×' ) ); ?> <?php do_action( 'bbp_theme_after_topic_subscription_action' ); ?> </span> <?php endif; ?> <?php endif; ?> <?php do_action( 'bbp_theme_before_topic_title' ); ?> <span class="bbp-topic-title"><a class="bbp-topic-permalink" href="<?php bbp_topic_permalink(); ?>"><?php bbp_topic_title(); ?></a></span> <?php do_action( 'bbp_theme_after_topic_title' ); ?> <?php bbp_topic_pagination(); ?> <?php do_action( 'bbp_theme_before_topic_meta' ); ?> <p class="bbp-topic-meta"> <?php do_action( 'bbp_theme_before_topic_started_by' ); ?> <span class="bbp-topic-started-by"><?php printf(_x( 'Started by: %1$s', 'bbPress', 'bunyad'), bbp_get_topic_author_link(array('type' => 'name'))); ?></span> <?php do_action( 'bbp_theme_after_topic_started_by' ); ?> <?php if ( !bbp_is_single_forum() || ( bbp_get_topic_forum_id() !== bbp_get_forum_id() ) ) : ?> <?php do_action( 'bbp_theme_before_topic_started_in' ); ?> <span class="bbp-topic-started-in"><?php printf(_x('in: <a href="%1$s">%2$s</a>', 'bbPress', 'bunyad'), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ) ); ?></span> <?php do_action( 'bbp_theme_after_topic_started_in' ); ?> <?php endif; ?> <span class="last-post"> <?php echo esc_html_x('Last post:', 'bbPress', 'bunyad'); ?> <?php bbp_author_link( array( 'post_id' => bbp_get_topic_last_active_id(), 'type' => 'name')); ?> — <?php do_action( 'bbp_theme_before_topic_freshness_link' ); ?> <span class="freshness"><?php bbp_topic_freshness_link(); ?></span> <?php do_action( 'bbp_theme_after_topic_freshness_link' ); ?> </span> </p> <?php bbp_topic_row_actions(); ?> <?php do_action( 'bbp_theme_after_topic_meta' ); ?> </li> <li class="topic-activity"> <div class="stat"><span class="number"><?php bbp_topic_voice_count(); ?></span> <?php echo esc_html_x('Voices', 'bbPress', 'bunyad'); ?></div> <div class="stat"><?php echo (bbp_show_lead_topic() ? '<span class="number">' . bbp_get_topic_reply_count() . '</span> ' . _x('Replies', 'bbPress', 'bunyad') : '<span class="number">' . bbp_get_topic_post_count() . '</span> ' . _x('Posts', 'bbPress', 'bunyad')); ?></div> </li> </ul><!-- #bbp-topic-<?php bbp_topic_id(); ?> -->
Upload File
Create Folder