Hiding empty xProfile fields in member-header.php
-
Hi guys,
I’m using the following snippet to display certain xprofile fields in my member-header.php:
`
Occupation:`
This works fine, but it also shows when the profile field is empty. So I would like to hide them when empty, but I can’t figure out how to do this. I’m pretty sure @DJPaul made a snippet once, but I could not find it again. I imagine it must have been something like:
if xprofile field “Country” has data
Country: United States
else
*blank*Ofcourse this needs to be proper php (which I can’t write ). If someone has this working, or could help me figure this out, it would be pretty awesome!
- The topic ‘Hiding empty xProfile fields in member-header.php’ is closed to new replies.