PATH:
home
/
letacommog
/
lavenue
/
wp-content
/
themes
/
deep
/
buddypress
/
members
/
single
/
profile
<?php /** * BuddyPress - Members Profile Loop * * @package BuddyPress * @subpackage bp-legacy */ /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ do_action( 'bp_before_profile_loop_content' ); ?> <?php if ( bp_has_profile() ) : ?> <div class="section vertical"> <div class="wn-profile-loop"> <ul class="wn-tabs"> <?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?> <?php if ( bp_profile_group_has_fields() ) : ?> <?php /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ do_action( 'bp_before_profile_field_content' ); ?> <li><?php bp_the_profile_group_slug(); ?></li> <?php endif; ?> <?php endwhile; ?> </ul> <?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?> <?php if ( bp_profile_group_has_fields() ) : ?> <div class="wn-box"> <table class="profile-fields"> <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?> <?php if ( bp_field_has_data() ) : ?> <tr<?php bp_field_css_class(); ?>> <td class="label"><?php bp_the_profile_field_name(); ?></td> <td class="data"><?php bp_the_profile_field_value(); ?></td> </tr> <?php endif; ?> <?php /** * Fires after the display of a field table row for profile data. * * @since 1.1.0 */ do_action( 'bp_profile_field_item' ); ?> <?php endwhile; ?> </table> </div> <?php /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ do_action( 'bp_after_profile_field_content' ); ?> <?php endif; ?> <?php endwhile; ?> </div> </div> <?php /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ do_action( 'bp_profile_field_buttons' ); ?> <?php endif; ?> <?php /** This action is documented in bp-templates/bp-legacy/buddypress/members/single/profile/profile-wp.php */ do_action( 'bp_after_profile_loop_content' );
[+]
..
[-] profile-loop.php
[edit]
[-] change-cover-image.php
[edit]
[-] change-avatar.php
[edit]
[-] index.html
[edit]
[-] edit.php
[edit]