Go to the template postbit_legacy and find this code:
PHP Code:
<div>
$vbphrase[posts]: $post[posts]
</div>
After add:
PHP Code:
<if condition="$post['field2']"><div>Text here: $post[field2]</div></if>
Change field2 to the field number what was given when create the new field and change Text here: to what you would like to call it like it is called Loaction in your screenshot.
Dan