• I’m using the Hueman theme, and the site title is not showing in the browser tab for the home page. Instead, the URL is displayed. Browser tabs for other pages work correctly. The site title is set under WP General Settings. I’ve made no changes to php files, am not using SEO, and appear to be running current versions of WP and the Hueman Theme (3.1.6).

    Help ! ?? Am I missing something?

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter apconley

    (@apconley)

    Sorry. Site is: https://www.aileenconley.com (www.aileen-conley.com).

    Hi apconley. The default browser tab text for the home page is “site title – tagline”. For other pages it’s “page title – site title”. The “site title” and “tagline” values are derived from the settings in Customize > Global Settings > Site Identity. These should match, and be in sync with, the related options in the Admin menu Settings > General. If the Site Title option is blank the fallback is to use the site URL. If the Site Title is the same in both places but still doesn’t show up in the browser tab, then there’s likely something else going on.

    Thread Starter apconley

    (@apconley)

    Thank you for your response.

    The site title is entered under ‘Dashboard> Settings> General Settings> Site Title’ and ‘Appearance> Customize> Global Settings> Site Title.’ The entries agree. The site uses no tagline.

    Am I missing something?

    Where might I find a solution to ‘something else going on?’

    The <title> tag in your source code is set twice:

    <head>
    	<meta charset="UTF-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    	<title></title>
    
    	<link rel="pingback" href="https://www.aileen-conley.com/xmlrpc.php">
    
    	<title>Aileen Conley CMI</title>
    <meta name='robots' content='noindex,follow' />

    The first one is empty which is causing the issue. Do you have a child theme with any modified theme files? Or functions in a child theme functions.php file?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hueman theme – site title not showing in homepage browser tab’ is closed to new replies.