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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -