Info
- 1 post
- 1 voice
- Started 2 years ago by PeterVk2
- This topic is not resolved
Display custom field information on post page
-
- Posted 2 years ago #
Hello,
I am using the method found at http://bbpress.org/forums/topic/adding-custom-profile-fields#post-1839 to add custom fields to my user signup and profile sheet:
'add_filter( 'get_profile_info_keys', array('user_email' => array(1, __('Email')), 'user_url' => array(0, __('Website')), 'from' => array(0, __('Location')), 'occ' => array(0, __('Occupation')), etc....'
It's working great.
How can I call the information created here and visible on the profile page of each user and have in visible on the main post page along with the user's username? I've searched the forums and can't seem to find an answer.
Thanks to anyone who can point me in the right direction.
-
You must log in to post.