Categories: Tips & Tricks

Adding a favicon to your site

Looking to add a favicon to you site?

Inside your WordPress theme’s functions file (functions.php) add the following to inside your PHP code.

/**
 * FAVICON
 * @WPCult.com
 */function my_favicon() { ?>
 <link rel="shortcut icon" href="<?php echo bloginfo("stylesheet_directory") ?>'/images/favicon.ico" />
<?php }

add_action('wp_head', 'my_favicon');

That’s it, just be sure to upload an icon image or a .gif/.png. Be sure to correct the target location id the file is located somewhere else.

Web Master

Hi, I am Miguel, I bought this site in 2009. So I now run or manage the site. Please visit my new website or follow me on twitter @W3i.

View Comments

Recent Posts

WordPress Beta 3 Error

If you don't know, this site is running the latest WordPress. Which is in Beta…

5 hours ago

CelebrityPress Fashion

Celebrity Press is a sexy premium WordPress theme ideal for running a Gossip / Celebrity…

17 hours ago

Thematic Framework

I guess I will show off the the theme which I am using for this…

1 day ago

WP-Membership

WordPress has emerged as not only a leading blogging platform but also a content management…

2 days ago

Simple SEO: WordPress

Properly configured, Wordpress can be an extremely effective way of designing, maintaining and managing your…

2 days ago

WordPress 2.7 Beta 3

WordPress 2.7 Beta 3 has been released for your testing pleasure. Here are some of…

3 days ago