Welcome to gopalbonline.com

Member Login

Lost your password?

Not a member yet? Sign Up!


Branding Your Site With Favicon

wp logo

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: , , , ,

Print This Post Print This Post

 

Share

About

He is a freelance graphic designer with more than 15 years of design experience, including both print and web design.

.. Write a Guest Post ..

5 Comments

  1. nigel
    9:53 am on June 17th, 2010

    Thanks! your tutorial was very helpful.

  2. aravind
    10:12 pm on June 18th, 2010

    Easy to understand language, lucid and informative.

    Thank you for this.

    Cheers :)

    Aravind

  3. Anindita
    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

  4. Gopal Bhattacharjee
    2:51 pm on June 28th, 2010
  5. sex filmy
    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.

Trackbacks and Pingbacks


Copyright ©2009 http://gopalbonline.com. All rights reserved.