How to create favicon for your wordpress
Create favicon to add professionalism to your blog. A favicon is an image that is displayed in your browser’s address bar. Your favicon adds a nice touch by adding a visual to your url. Additionally, these free favicons make your website standout in your readers’ bookmarks folder.
Here is a step-by-step guide for how to create favicon:
- Create your favicon, here is an online favicon generator that you could use.you can create in situ or convert from your uploaded image
- After you have created you favicon.ico file using the favicon generator, upload that file to your public_html folder on your wordpress server.
- Next you have to add the following code to your header.php folder.put the code anywhere between code <head> …</head> tag. Here is the image:
- Save your header.php folder
- Refresh your browser
- You should now have a favicon for your wordpress blog.or just wait for about ten minutes to give your host to refresh your files data.
This is the code you should to insert at header.php file of your theme
<link rel=”icon” href=”favicon.ico” type=”image/x-icon”>
<link rel=”shortcut icon” href=”favicon.ico” type=”image/x-icon”>
If you know of another better way to create favicon, please tells us about it in the comments.
Related posts:
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.




Excellent post on deployment of a favicon in Wordpress
Feel free to stop by my blog at:
http://www.faviconblog.com and give me some feedback on my post regarding deployment of a favicon.
Thanks!
-Loren
http://www.faviconblog.com