Change admin bar logo on network install
-
Any chance someone would have a snippet of code which would allow me to change the logo on the admin bar. Nothing I’ve tried seems to work and I’m not sure why.
For example, here is one I’ve tried which doesn’t work.
function custom_admin_logo() {
echo ‘<style type=”text/css”>
#header-logo { background-image: url(‘.get_bloginfo(‘template_directory’).’/images/admin_logo.png) !important; }
</style>’;
}
add_action(‘admin_head’, ‘custom_admin_logo’);The site is a wp 3.5 with latest BP installed on main site.
Thanks.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Change admin bar logo on network install’ is closed to new replies.