Display website field
-
Hello,
I have a repeater fieldset with ‘Website’ and ‘URL’ field.
Here is my current code to display the datas (it’s within a while loop):
<?php if ( bp_field_has_data() ) : ?>
<?php echo bp_get_the_profile_field_value(); ?>
<?php endif; ?>
At the moment the datas are displayed like this:
<p>Website name #1<p>
<p>URL #1<p>
<p>Website name #2<p>
<p>URL #2<p>
...
There is some formatting with <p> and added + I would like to get separate datas.
I searched all over the forums, tried a lot of ways, I can’t find a solution.
Could you please help me find a way to get the raw datas?
Thank you!
- You must be logged in to reply to this topic.