You would go to the Custom Profile Fields in the AdminCP and add in the field you want, taking note of the field number.
On our forum I have it set for vehicle information, it's field5 on our forum.
We use postbit_legacy and this is the code I added:
PHP Code:
<if condition="$post['field5']"><div>$vbphrase[field5_title1]: $post[field5]</div></if>
I used that under the location field:
PHP Code:
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
I hope that helps!
I should also note that you will need to create a custom phrase for this to work as well. That's what field5_title1 calls to display on the page. I have field5_title1 mapped to Vehicle. The product should be vBulletin when you set up the phrase.