Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //hook the administrative header output
- add_action('admin_head', 'my_custom_logo');
- function my_custom_logo() {
- echo '
- <style type="text/css">
- #header-logo { background-image: url('.get_bloginfo('template_directory').'/images/custom-logo.gif) !important; }
- </style>
- ';
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement