How to change the WordPress favicon?

I’m looking for a way to change the WordPress favicon. Any hints how to do this?

7 Answers
7

You should add it on your theme’s header.php file with this code (W3C standard code):

<link rel="icon" type="image/png" href="http://yourblog.com/favicon.png">

Leave a Comment