Favicon, Make It Unique To You

 
By 11 November 2008
SHARE :
TAGGED : ,

I am still using the same theme as the previous. Even the header logo is still the same. For the time being will not make any big change to the theme. Just a little bit here and there.

I have changed the favicon a bit. Main reason is for myself to differentiate which is which when I look at my firefox tab :) as I am still in the process of moving my old post here.

If you are still using the default favicon that came with your theme, or you don’t have one at all, here’s how to create your own favicon:

  • Make a small 16X16 pixel image. Just find something you like from your own photo album, crop and resize it to 16X16
  • Save it as favicon.ico
  • Upload that image to your theme’s image directory (you need some knowledge on ftp and you also need to know your blog’s directory structure for this)
  • Modify your header.php and add the code below between <head> and </head>

<code><link rel=”shortcut icon” href=”<?php bloginfo(‘stylesheet_directory’) ;?>/images/favicon.ico” /></code>

However, ff your theme already have a favicon, just replace it with your image and you don’t need to change the code.

Have fun!

Updated 2009-03-18 – I am currently using a new theme, Whitebeans.

THE AUTHOR
Hi, my name is Azwan and this is my blog :)
RELATED
 
  • New Theme? | azwan.my - November 14, 2008

    [...] moved, I still use the same. Have made some minor modification to it to make it different, like changing the favicon, but overall it is still the same. Maybe the header after this, but not the whole [...]

Add Comment