Where do i put this code
<link rel="shortcut icon" href="favicon.ico" />
under my blog site section???
Where do i put this code
<link rel="shortcut icon" href="favicon.ico" />
under my blog site section???
oh sorry... it's a pretty vague question.
i have a site under bluehost, and also my blog site (wordpress).
I have the favicon showing already on my site pages, but i also want to
have it shown on my blog site.
i know i have to put the actual .ico file under /public_html (root dir)
and put this code (<link rel="shortcut icon" href="favicon.ico" />)
in between the head tags oh each individual pages that i have.
i was asking on what file do i put the code under the blog folder?
does anyone know?
thanks in advance!
The code is really only needed if you call the file something other than favicon.ico
If you call the file favicon.ico then provided the file is in the folder the browser will find it without the code.