My Internet Stuff

How to Add a Favicon to Your WordPress Blog?

May 17, 2008 · 14 Comments

Adding a favicon to your blog/website is one way to express yourself. It tells people a little bit about your blog/website too. Professional blogs/websites will never leave it out. If you don’t know what a favicon is, it is a 16×16 pixels or 32×32 pixels image (icon) that is displaced in your browser’s address bar. Check the screenshot below:

Favicon

I just added a favicon to my WordPress blog. Now it is your turn to add yours. If you don’t know how, the following steps could be useful:

  1. First you need to have your image ready in your PC (personal computer).
  2. Second visit FavIcon from Pics and follow its instructions there to create a favicon.ico image file.
  3. Third download favicon.ico image file to your PC and unzip the file.
  4. Next upload the unzipped favicon.ico image to public_html/wp-content/themes/your-theme-name/. Make sure you change your-theme-name to be your real theme name.
  5. Next login to your WordPress Admin Dashboard; click on Design/Theme Editor/Header (header.php).
  6. Then insert <link rel=”shortcut icon” href=”<?php bloginfo(’template_directory’); ?>/favicon.ico” /> in your header.php file; more specifically between <head></head>.
  7. Finally save your header.php file.

If you use Internet Explorer as your browser, then holding Ctrl and hit R at the same time to reload your blog/website. If you use Mozilla Firefox as your browser, then holding Ctrl and hit F5 at the same time to refresh your blog/website. You should be able to see a favicon which is next to your URL now. However, some people’s favicon may not be shown immediately.

Update: This is for full version WordPress blog only. If you have a WordPress.com blog, this will not apply to you since you don’t have access to all the files.

Related articles
How to Add a Favicon to Your New Blogger?
Create a Favicon With Free Favicon Generators Online

Categories: Blogging Tools · How To · WordPress · WordPress Tips
Tagged: , ,

14 responses so far ↓

Leave a Comment