If you browsing some site, you’ll see different URL logo for each website. And maybe you’ll got question “how to change the default URL logo ? “. Here I will share tutorial about how to change default URL logo, it’s very simple, check this out.

First, you must have icon logo that you’ll use in your website. If you don’t know how to create URL logo, you can go to this page http://www.favicon.cc than you must register on that website to create icon with your own animation. And if you didn’t want to create manually, you can use the available icon that was created by another person. Choose the icon and download to your local computer.


After that, upload that icon to your website server using ftp, and put it on the main folder of public html (if you use wordpress or something like that, put on main path). Then make some editing in your file “header.php”.
Put this code before tag (for wordpress),

<link rel=”shortcut icon” href=”<?php bloginfo(‘template_url’); ?>/favicon.ico” type=”image/x-icon” />

Then save the file that you edit, and refresh your website. The URL logo will be change :P