Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter Owen

    (@owensj)

    still not showing!

    Thread Starter Owen

    (@owensj)

    The hideous old favicon is showing on the register page! I cleared my cache again which made it show on the admin, which was good, but it still won’t show on my register/login page!

    Thread Starter Owen

    (@owensj)

    now I know why. I checked it on chrome and it worked, however on IE it didn’t, probably because it’s an older browser so how do I make it show on older browsers?

    Thread Starter Owen

    (@owensj)

    Found a suloution!#

    function favicon4admin() {
     echo '<link rel="Icon" type="image/x-icon" href="https://www.owensinclairjones.co.uk/wp-content/uploads/2013/07/favicon5.ico" />
     <link rel="Shortcut Icon" type="image/x-icon" href="https://www.owensinclairjones.co.uk/wp-content/uploads/2013/07/favicon5.ico" />';
     }
     add_action( 'login_head', 'favicon4admin' );
     add_action( 'admin_head', 'favicon4admin' );

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Old favicon showing on registration page’ is closed to new replies.