Paged
Adding a Favicon to your site
In this tutorial I’ll teach you how to add a favicon to your site. Don’t have one yet? Check out this tutorial that will help you make one.
- Open you header.php, or whatever file you have your header saved on.
- Insert the following code between the
<head></head>tags.
<link rel="shortcut icon" href="http://www.yoursite.com/favicon.ico"> </link>
Make sure you have the favicon where it says in the link. - Save those changes and re-upload your header file.
- Refresh your website and you should now see the icon working properly.