Thursday, July 23, 2009

How to add favicon in WordPress

1. Upload your favicon.ico into your wordpress blog
2. Go to wp-admin > Apperance > Editor
3. Click header.php
4. Under

<!-- BEGIN html head -->

5. Add this code

<link rel="shortcut icon" href="http://s.wordpress.org/favicon.ico" type="image/vnd.microsoft.icon"/>
<link rel="icon" href="http://s.wordpress.org/favicon.ico" type="image/x-ico"/>


recommended b4

</head>

6. Change the favicon URL

No comments:

Post a Comment