• Hello. I like your plugin but when I install it, I can’t use a different icon for admin pages.

    It is very useful having a different favicon for wordpress admin pages when I create/edit my websites.

    Actually I use this code in the function.php of my child theme.

    function favicon4admin() {
    echo '<link rel="Shortcut Icon" type="image/x-icon" href="' . get_bloginfo('wpurl') . '/wp-content/favicon.ico" />';
    }
    add_action( 'admin_head', 'favicon4admin' );

    Is there a way to solve this problem?
    Thanks.

  • The topic ‘Favicon for admin pages’ is closed to new replies.