This is what I was looking for and works great is there a way that the custom fields can be a url thats clickable in the post_bit? I have been trying to figure this out for a couple of days and I know I am close. Any tips would be greatly appreciated.
so it would be like this in the post_bit:
michelle
wishlist (and have that be a link to there list? )
Figured it out

I used the custom field and then :
<if condition="$post['field11']"><div><a href='$post[field11]'></> Wishlist </div></a></if>