Favicon appears in admin dashboard only
I am replacing my own favicon overwriting the default classipress tag favicon.
Create a 16x16 .ico file and dropped it in the server overwriting it, but it only changes the
favicon in the admin dashboard not the main website.
I looked at several threads about 16x16 canvas size, and refreshing the cache but it doesn't work.
This is my header.php file:
<?php if ( file_exists(TEMPLATEPATH.'/images/favicon.ico') ) { ?><link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicon.ico" type="image/x-icon" /><?php } ?>
I am currently using a child theme, and I tried overwriting both classipress default folder and my child theme folder, it doesn't seems to work, favicon only applies to admin
dashboard.
Any help would be appreciated.
Thanks