Quote:
Originally Posted by Danecookie
Just text. Nothing else.
|
create your profile field and take note of the field name (field1) for example
and in the postbit where you want your field to show add this code
Code:
<if condition="$post['fieldX']">
<div>Whatever the Field name is: $post[fieldX]</div>
</if>
Please note change the X to the number of the field you have made