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 -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -