I want to add a custom profile field to my postbit_legacy and i added this code
Code:
<if condition="$post['field9']"><div class="postinfo">$vbphrase[favorite_sport]: $post[field9]</div></if>
But when I go to see what comes out it only shows what I input in the profile field. Like its Favorite Sport:
Basketball,Baseball and Football. But only the bold part you can see in a post. What did I do wrong?