Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/themes/splendor/bbpress/ |
Current File : //var/www/web284/html/wp-content/themes/splendor/bbpress/user-profile.php |
<?php /** * User Profile * * @package bbPress * @subpackage Theme */ ?> <?php do_action( 'bbp_template_before_user_profile' ); ?> <div id="bbp-user-profile" class="bbp-user-profile"> <h1 class="page-title"><?php _e( 'Profile', 'bbpress' ); ?>: <?php bbp_displayed_user_field( 'display_name' ); ?></h1> <div class="bbp-user-section"> <?php if ( bbp_get_displayed_user_field( 'description' ) ) : ?> <p class="bbp-user-description alert alert-warning"><?php bbp_displayed_user_field( 'description' ); ?></p> <?php endif; ?> <p class="bbp-user-forum-role"><?php printf( __( '<strong>Forum Role:</strong> %s', 'bbpress' ), bbp_get_user_display_role() ); ?></p> <p class="bbp-user-topic-count"><?php printf( __( '<strong>Topics Started:</strong> %s', 'bbpress' ), bbp_get_user_topic_count_raw() ); ?></p> <p class="bbp-user-reply-count"><?php printf( __( '<strong>Replies Created:</strong> %s', 'bbpress' ), bbp_get_user_reply_count_raw() ); ?></p> </div> </div><!-- #bbp-author-topics-started --> <?php do_action( 'bbp_template_after_user_profile' ); ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare