So I finally found a problem that has me stumped and as usual the Wordpress community is useless.
I'm making author profiles for my writers and using Extended User Fields to add custom info.
So I have this:
Of course the echo doesn't appear if no data is filled out but I would also like to hide the bolder Founded at the top if no data is entered in the Founded field.
Can anyone help me out?
I'm making author profiles for my writers and using Extended User Fields to add custom info.
So I have this:
PHP:
<dt>Founded</dt>
<dd><?php echo $curauth->founded; ?></dd>
Can anyone help me out?