• Resolved nothumbee

    (@nothumbee)


    Hello,

    I recently updated to UM 2.0.1.

    And I have quite big issue – on user profile page is wrong title (browser title). It appears in shortcode form {teamname} (I use custom field as display name).

    Even if I go to Settings -> General -> Users and set User Display Name to e.g. Username, nothing changes in the title (it says {teamname} )

    I tried to fix it, but nothing helps. Can you tell what is going on?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have such problem with user profile page titles… On my site these page’s title are User | My Site Title … (So User in any case, not the current author name)

    Now I try to solve with this (in wp-includes/general-template.php below line 1003):
    } elseif ( is_page( ‘user’ ) ) {
    $title[‘title’] = $author->display_name;

    where the user is my user page’s slug, but nothing…
    I also try with these:
    ‘user/’ . $author .”
    ‘user/’ . $author->display_name .”
    ‘128’ (what is my user pages’s ID)
    To someone an idea?

    Okay, the problem was in my case, that my SEO plugin (All In One SEO Pack) overwrote my Ultimate Member SEO settings:
    User Profile Title: {display_name} | {site_name}

    In similar cases the solution is very easy, go to your user page (/wp-admin/edit.php?post_type=page and choose you user template), and in your SEO settings (All In One or whatever you use) choose: Disable on this page/post.

    Thread Starter nothumbee

    (@nothumbee)

    My problem was also my fault, I did not realize that UM does not recognize metadata shortcode.

    So I changed the title from custom metadata {teamname} to {display_name} and it is working nicely.

    Sorry for this 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wrong title showing on user profile page’ is closed to new replies.