Create an membersite "agency" with user-portfolios
-
Hi!
I’m trying to modify the buddypress plugin into a portfolio for members, and I’m stuck at getting the bio to turn up where the “active right now” is located.
I’m trying to use this code snippet:
<?php if ( bp_get_profile_field_data( 'field=User Bio' ) ) : ?> <div class="user-bio"><?php bp_profile_field_data( 'field=User Bio' );?></div>
but I really don’t know where to put it in the buddypress plugin (.php files).
Any help is greatly appreciated!
- The topic ‘Create an membersite "agency" with user-portfolios’ is closed to new replies.