Skip to content

Admin Logo

Admin Logo puts your brand in the top toolbar, the left sidebar, or both so the dashboard feels like your product instead of a stock WordPress install.

  • Location: Admin bar, Admin menu, or Admin bar & admin menu.
  • Admin Bar Logo via URL or Select an Image; optional Admin Bar Logo Size (1-30px, blank = 20px).
  • Removes default WordPress logo submenus (About, documentation, etc.) so the node is a simple link.
  • Shared Logo: Use the admin bar logo for the admin menu as well.
  • Separate Admin Menu Logo when not sharing; Admin Menu Logo Link (Home, Dashboard, Custom URL, No link) and Open menu link in (New tab / Same tab).
  • Link to dashboard when the admin bar logo is shown on the frontend.
  • Optional Replace admin bar home icon with the site icon (from Settings -> General).

Enable it if:

  • You deliver white-label or client dashboards.
  • Agencies want a consistent brand mark in wp-admin.
  • You already set a site icon and want it on the admin bar home node.
  1. Go to WP PowerSuite -> Modules.
  2. Enable Admin Logo and open settings.
  3. Choose Location, then set Admin Bar Logo and/or Admin Menu Logo with Select an Image.
  4. Adjust size, shared logo, menu link, and site icon options as needed.
  5. Save and reload wp-admin (and the front end if the admin bar is showing).
  • Set Location to Admin bar, upload a logo, reload wp-admin.
  • ✅ Pass: WordPress W logo is your image; About submenu is gone.
  • Set Admin bar & admin menu with a menu logo.
  • ✅ Pass: logo appears at the top of #adminmenu (hidden when the menu is folded or on narrow screens).
  • Enable site icon replacement and confirm Settings -> General has a site icon.
  • ✅ Pass: admin bar site-name icon uses the site icon.
  • ❌ Fail: confirm the logo URL is valid and Location includes that surface.
  • No logo in the sidebar. Check Location includes Admin menu, and either Shared Logo or Admin Menu Logo is set. Folded menus hide the menu logo by design.
  • Bar logo missing on the front end. User must be logged in with the admin bar showing; set Admin Bar Logo.
  • Media picker unavailable. Refresh the PowerSuite modules page so the media library scripts load.
What does Admin Logo do?

It replaces the WordPress logo in the admin bar and/or left admin menu with images you choose under Location.

Is Admin Logo free?

Yes. Enable it under WP PowerSuite -> Modules.

Where can the logo appear?

Location options are Admin bar, Admin menu, or Admin bar & admin menu.

Can the menu logo link somewhere custom?

Yes. Admin Menu Logo Link supports Home, Dashboard, Custom URL, or No link, and Open menu link in New tab or Same tab.

How do I turn Admin Logo off?

Go to WP PowerSuite -> Modules, find Admin Logo, and toggle it off, or clear the logo URLs in settings.

Developer notes (hooks & filters)

Source: modules/admin-logo/module.php. Boot: admin · context: admin, frontend.

Hooks: admin_bar_menu, admin_head, admin_enqueue_scripts, wp_enqueue_scripts. Filter: wpps_admin_menu_width (default 160px for menu logo layout).