• In the admin panel of your WP multisite, there’s a button in the top left hand corner labeled, “My Sites”. If you hover over that button, there’s a flyout menu with a list of your site’s names. Now that you’re there, my question is:

    How would I customize just the display of that menu to use either the site’s tagline, or a hard-coded label?

    My multisite is a network of almost identical sites (excluding content) So they have the same site title but different tag lines..

Viewing 1 replies (of 1 total)
  • Hey Siphon,

    I’m not aware of any plugin to modify this for you so you’ll have to write some php to do it. There is a filter that you can use to modify this list. I think the one you want is ‘myblogs_blog_actions’. Regardless it’s in the wp-admin/my-sites.php file around line 112. If you are not familiar with how to use filters and hooks you’ll want to do some studying up.

    Hope this is helpful for you…
    –AJ

Viewing 1 replies (of 1 total)
  • The topic ‘Customize Site name in admin panel’ is closed to new replies.