Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to change the profile page title?


  • MrYann
    Participant

    @mryann

    Hi,
    I’m using buddypress with jobify.
    The member profile page shows the LastName of the member as Page Title <H1>. How can I put FirstName Lastname?

    Thanks.

Viewing 1 replies (of 1 total)

  • @mcuk
    Participant

    @mcuk

    Hi,

    If you’re referring to the profile page of a member, the function <?php bp_user_firstname(); ?> may work for you. Just add it into the file creating the page title within the H1 tags.

    Or if you created profile fields in your WP Dashboard > Users > Profile field, then another option might be to use: <?php bp_member_profile_data ( 'field=First Name' ); ?>. Change the First Name text to whatever you called the field for the user’s first name.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar