/ Published in: PHP
Wordpress
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function custom_logo() { echo '<style type="text/css"> #header-logo { background-image: url('.get_bloginfo('template_directory').'/images/admin_page_logo.png) !important; } </style>'; } add_action('admin_head', 'custom_logo');