html - The Favicon is not showing on my wordpress website especially on Chrome -


i have uploaded favicon on wordpress website not showing on chrome. http://babygearsmalaysia.com

can me please?

the correct way add favicon without shortcut, instead of

<link rel="shortcut icon" href="yourpath/favicon.png"> 

you should use

<link rel="icon" href="yourpath/favicon.png"> 

even better leave out tag , use favicon.ico file in root directory. further reading


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -