I have looked at the other bits of info which is displayed on the postbit_legacy template which shows up for example:
Code:
<if condition="$post['age']"><div>$vbphrase[age]:
<b>$post[age]</b></div></if>
But I want one of my custom field to show such as the football team the member supports and this is field10 i put this into the template:
Code:
<if condition="$post['field10']"><div>Team:
<b>$post[field10]</b></div></if>
But nothing is showing, what am i doing wrong?
Thanks in advance