• Resolved chumidor

    (@chumidor)


    Yesterday, I updated to PHP 7.4 and updated some plugins. Everything technically works fine but for some reason, at the top of my browser, when I log into the Dashboard, the tab on my browser now says “Dashboard &lsaquo”. I’m not sure why and I don’t know how to get rid of it. Anyone know why or how to remove it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    If you can install plugins, install and activate “Health Check”: https://www.ads-software.com/plugins/health-check/
    It will add some additional features under the menu item under Tools > Site Health.
    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.www.ads-software.com/support/handbook/appendix/troubleshooting-using-the-health-check/

    Thread Starter chumidor

    (@chumidor)

    Ok, I was hoping I wouldn’t have to go through all that work for something this small. It’s technically not affecting anything on the backend, it’s just odd that it’s there. I was seeing if anyone has had a similar issue and knew a quick fix.

    If you’re using any SEO plugin then re-save all the settings from that plugin, it might solve the issue.

    Thread Starter chumidor

    (@chumidor)

    Thank you for responding with an idea. Unfortunately that didn’t resolve it. I even tried logging out and back in afterwards but its still there. ??

    Thread Starter chumidor

    (@chumidor)

    Ok I think I fixed it. For some reason my adminheader file has this line of code in it

    $admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $title, $admin_title );

    I changed it to this and it removed the &lsaquo from the Title

    $admin_title = sprintf( __( '%1$s — WordPress' ), $title, $admin_title );

    Moderator t-p

    (@t-p)

    Glad you got it sorted ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Dashboard Title Addition’ is closed to new replies.