This is just an example. You can place it other places... but yeah...
FIND IN POSTBIT (LEGACY):
HTML Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
ADD BELOW:
HTML Code:
<if condition="$post['fieldx']"><div>Whatever: $post[fieldx]</div></if>
You need to replace "x" in the "fieldx" parts with the number of the custom profile field. Note that there's two. Then you can erase "Whatever:" or keep it and replace it with something else. Whatever makes ya happy.
Let me know how that goes for ya.