How to create favicon for your wordpress

No Gravatar

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.

favicon1

Here is a step-by-step guide for how to create favicon:

  1. Create your favicon, here is an online  favicon generator that you could use.you can create in situ or convert from your uploaded image
  2. After you have created you favicon.ico file using the favicon generator, upload that file to your public_html folder on your wordpress server.
  3. 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: favicon2
  4. Save your header.php folder
  5. Refresh your browser
  6. 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.

  • Share/Bookmark

Related posts:

  1. Most popular SEO Tips for Wordpress
  2. Good SEO with Google Sitemap Generator

Miscellaneous

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.

Comments

One Response to “How to create favicon for your wordpress”

Leave Comment

(required)

(required)