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

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -