Latest Articles & Tutorials

Don't be stingy, Share this post with others!

How to Add a Favicon to your website/blog?

What is a Favicon

A Favicon is a icon that represents a website. Have you ever seen one? If not I have an example image below.

Favicon

How to install a Favicon on your wordpress blog

Insert the code below in the header.php file.

<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" />

How to install a Favicon on your website

Insert the code below in the head section of an html document.

<link rel="shortcut icon" href="images/favicon.ico" />

To create a favicon for your website check out favicon.cc

Don't be stingy, Share this post with others!

Marcell Purham

Marcell is the founder of Webdevtuts. He is also a web designer & developer who loves to design and develop websites. If you're looking for him you can find him via @webdevtuts


More posts by Marcell Purham →
, , , , .

2 Responses to How to Add a Favicon to your website/blog?

Close