Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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 else if (bp_get_the_profile_field_name() === "about me") : ?>
- <tr class="no-data">
- <td class="image" colspan=2>
- <img src="images.png" alt="...">
- </td>
- </tr>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment