
A brand is the identity of a specific product, service, or business. Effective visual brand identity is achieved by the consistent use of particular visual elements to create distinction, such as specific fonts, colors, and graphic elements. At the core of every brand identity is a brand mark, or logo. Every site deserves to have its own brand identity. You can promote your site with your own brand. Question is how to do that?
Just add this brand identity by adding the favicon code in your wordpress site.
You can adding favicon code in your header.php file, or you can make it easier for yourself by simply adding the following code in your functions.php file.
// add a favicon to your
function blog_favicon() {
echo '<link rel="Shortcut Icon" href="'.get_bloginfo('wpurl').'/favicon.ico" />';
}
add_action('wp_head', 'blog_favicon');
And upload your favicon.ico file in the root folder of your server.
That’s it!
Tags: branding, favicon, gravatar, page, wordpress
Print This Post

9:53 am on June 17th, 2010
Thanks! your tutorial was very helpful.
10:12 pm on June 18th, 2010
Easy to understand language, lucid and informative.
Thank you for this.
Cheers
Aravind
9:47 am on June 26th, 2010
Thanks for this easy guide. Can you please suggest me some websites where I can convert my files to .ico
2:51 pm on June 28th, 2010
hi,
here is some link for online favicon……
http://tools.dynamicdrive.com/favicon/
http://www.htmlkit.com/services/favicon/
http://www.graphicsguru.com/favicon.php
http://www.favicon.co.uk/
http://www.genfavicon.com/
http://www.rw-designer.com/online_icon_maker.php
5:17 am on December 28th, 2010
This is tough. I’m not saying you are responsible, I think it is everyone else out there that isn’t taking notice.