/
/
home
/
melaqxso
/
nymetrocualumni.com
/
wp-content
/
themes
/
hub
/
bbpress
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/nymetrocualumni.com/wp-content/themes/hub/bbpress
Edit:
/home/melaqxso/nymetrocualumni.com/wp-content/themes/hub/bbpress/loop-search-forum.php
<?php /** * Search Loop - Single Forum * * @package bbPress * @subpackage Theme */ ?> <div class="bbp-forum-header"> <div class="bbp-meta"> <span class="bbp-forum-post-date"><?php printf( __( 'Last updated %s', 'hub' ), bbp_get_forum_last_active_time() ); ?></span> <a href="<?php bbp_forum_permalink(); ?>" class="bbp-forum-permalink">#<?php bbp_forum_id(); ?></a> </div><!-- .bbp-meta --> <div class="bbp-forum-title"> <?php do_action( 'bbp_theme_before_forum_title' ); ?> <h3><?php _e( 'Forum: ', 'hub' ); ?><a href="<?php bbp_forum_permalink(); ?>"><?php bbp_forum_title(); ?></a></h3> <?php do_action( 'bbp_theme_after_forum_title' ); ?> </div><!-- .bbp-forum-title --> </div><!-- .bbp-forum-header --> <div id="post-<?php bbp_forum_id(); ?>" <?php bbp_forum_class(); ?>> <div class="bbp-forum-content"> <?php do_action( 'bbp_theme_before_forum_content' ); ?> <?php bbp_forum_content(); ?> <?php do_action( 'bbp_theme_after_forum_content' ); ?> </div><!-- .bbp-forum-content --> </div><!-- #post-<?php bbp_forum_id(); ?> -->
Ukuran: 1.1 KB