• Resolved michaellow

    (@michaellow)


    I simply want to change or remove the <h1> tag on profile pages,
    please refer the picture below:

    View post on imgur.com

    This profile page needs to be fixed: [ redundant link removed ]

    • This topic was modified 6 years, 10 months ago by michaellow.
    • This topic was modified 6 years, 10 months ago by michaellow.
    • This topic was modified 6 years, 10 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Alessandro Tesoro

    (@alessandrotesoro)

    Hi @michaellow,

    The title you highlighted in the picture, isn’t part of WP User Manager, that is part of your theme so you will need to modify your theme’s files. The title should usually be found into a file called page.php. So if you wish to remove it, you’ll need to edit your theme’s file.

    If you then wish to display the profile’s name in there. My suggestion is to modify the plugin’s template file. You can read more about it here https://docs.wpusermanager.com/article/87-templates-customization

    The file you’ll need to modify of WPUM is called profile.php – then you can use this to display the name:

    <?php echo $user_data->display_name;?>

Viewing 1 replies (of 1 total)
  • The topic ‘Profile pages: change or remove h1’ is closed to new replies.