In my wordpress site favicon showing all browsers except google chromei would give direct url link also but not working on chrome i used the code like this
<link rel="icon" href="<?php echo get_template_directory_uri(); ?>/images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="YOURPATH/favicon.png">
The Favicon is not showing on my wordpress website especially on Chrome