Skip to:
Content
Pages
Categories
Search
Top
Bottom

Display custom field information on post page

  • 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 be logged in to reply to this topic.
Skip to toolbar