Custom fields in custom places
The Request
Today we had a user ask how to show certain custom fields in a custom place, in her case it was to show info below the profile tab content. I though this might be a opportunity to show users (and developers) how easy it is to work with out new custom fields system and how little code it takes.
The Solution
The code below is pretty self explanatory, basically first we add a new location to the list of places you can output a custom field and then we make it output the info where we want.
Loading...