Add Favicon on WordPress Blog


Sponsored Links




Website Favicon is small size (16×16) in .ico or image extension. Everybody blogging everybody need some unique design and content, some of them add some unique sign by add Favicon. There are several ways to add favicon on WordPress blog, we can add favicon by add some code on the header and upload your favicon into your themes folder. This code must be inserted on your and before

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


The second ways to add favicon in WordPress is using WordPress Hooks, add this code below on your functions.php in your current theme

function add_theme_favicon() { ?>
	<link rel="shortcut icon" href="<?php echo bloginfo('stylesheet_directory') ?>/images/favicon.ico" >
<?php }
add_action('wp_head', 'add_theme_favicon');

Don’t forget to upload your favicon.ico in your theme folder, and we hope tricks to add favicon on WordPress works without any worries

Subscribe to Full RSS Feed

RSS FeedIf you thing this article useful, please consider subscribing to our RSS Feed or e-mail updates and stay updated with us. You can also follow @WPTricksNet on twitter for latest updates.

About WP Tricks

We are WordPress Family, we collected and writed useful tips and tricks for you WordPress. We share it for you...

Related Tips and Trick from Local Data and on The Net

Creating a Favicon « WordPress Codex

You can use a favicon with any WordPress blog on a web server that allows link rel="shortcut icon" and ends with /favicon.ico" />. Overwrite it, if it exists, or add the Read More

WordPress › Support » How can I add an favicon in WordPress?

I would like to add an avicon.ico to My weblog. upload your favicon.ico into your wordpress blog add the below code inside header.php (Admin - design > theme editor Read More

How to Add a Favicon in Wordpress Blog - YouTube

http://www.avoiderrors.net/ http://tools.dynamicdrive.com/favicon/ A favicon (short for "favorites icon") is an icon associated with a website or webpage Read More

How to Add a Favicon in Wordpress Blog - Asian Tiger

To all my dear readers: Happy New Year!! May the year 2006 bring you good fortune and success. In conjuction with the new year, I have added a favicon to my blog. Read More

How-To-Add-FavIcon-To-Wordpress - YouTube

2:23 Watch Later Error How to Add a Favicon to Your WordPress Blog by thedigitalfoxdotcom 597 views; 3:28 Watch Later Error How to Create a Favicon and Add Read More


43 Responses to Add Favicon on WordPress Blog

  1. Pingback: designfloat.com

  2. James Smith says:

    Wow… I’m stunned you could do that.

  3. IT News says:

    OK. Thank you.

  4. I love it, didn`t like the WordPress favicon in my blog :)

  5. We just transferred some XSite Pro websites across to WordPress and this tip on favicons helped us keep another aspect of the original sites intact for our clients. Thanks!

  6. Facebook says:

    This is awesome. That’s one thing I never liked about my wordpress blog; is that I don’t have favicons. I’m going to try this immediately.

  7. Buy Bongs says:

    That is the one thing I was looking for. Now I can finally add a favicon.

  8. Hgh says:

    Good tips. For those, who are not good at HTML/php stuff can install a plugin called maxblogpress favicon plugin. Which is easiest way to update/upload plugins. they are already many pre-designed plugins available too.

  9. Marcus says:

    Hi, I’m looking for helpful types of people to help me as I get started. Would you be kind enough to pop over to http://fallacy-fantasy-fact.co.uk and leave a comment please?

  10. Houston SEO says:

    Excellent tip and thank you for sharing!

  11. Bebek Goreng says:

    Great tutorial…
    Thanks

  12. Favicon is really amazing. i got it installed but faced little problem since i am not good at HTML. anyways thanks a lot

  13. Jan says:

    I love it, didn`t like the WordPress favicon in my blog :)

  14. I cant use wordpress on my website. Its to difficult to instal. So I just manually upload my blogs using raw html… Good post though :)

  15. I tried with wordpress 3.0.1 but got some problems. but I thing ill fix it soon. if not I will need someone can help me with it from this blog.

  16. Tahnks for the information… I have been struggling for months with my favicon setup… I have been converting all my pages to wordpress, and had all but given up on favicons.

  17. i got it. it is really helpful.thanks.

  18. Thanks!!!!
    I was getting frustrated because the favicon.ico wasn’t showing by just replacing the file

  19. I like but I thinks it is too small (16×16)
    I wanted to thank you for this great read!!

  20. Pingback: wp-popular.com » Blog Archive » How To Add Favicon on WordPress Blog # WordPress Tricks & Tips

  21. Wow found that really easy, thanks a lot

  22. ezygame says:

    Thank a lot for your suggestion. i will try to do it.

  23. Amber says:

    Thanks for the info, Ive been trying to figure out how to add this..cool

  24. Rock on Favicon! Finally got it figured out. 16×16 seems to be an odd size though…

  25. Harry Crown says:

    Really that’s easy and funny. Great helping post on favicon for wordpress. Good and working. Here is a free opportunity for you.
    Favigen is a Favicon Generator which will allow you to create a favicon for your website.

  26. I tried the first technique and it worked for me. Thanks.

  27. Bongs says:

    Awesome, thanks so much! I now have a favicon on my website.. and they said i couldn’t do it.

  28. First, thank you for the favicon information.I realized that i was making a pretty primitive favicon by following the instructions! Thanks for dropping a note!

  29. ugg botas says:

    One of the little personalization details I like to add to any site I work on is a Favicon, that little icon you see next to the address bar in your browser.

  30. Ed R says:

    Ha! I was just thinking about this yesterday! :D

    Thank you! Now I can have a favicon on my blog!

    Ed

  31. computer lcd says:

    i want to do with WordPress Blog how can i do it?

  32. Rivs says:

    Thank a lot for your suggestion. i will try to do it.

  33. redlex says:

    First, thank you for the favicon information.I realized that i was making a pretty primitive favicon by following the instructions! Thanks for dropping a note!

  34. Ankush Kohli says:

    Nice tips but I prefer to put favicon in html tag only and also without using any plugins for the same. By using php code, it effect the page loading time.

  35. Exclellent article, have always had trouble when trying to do a favicon,
    thanks this works a treat

  36. Favicons add more than an image into the browser window. It makes your site more reliable, such that people tend to think that you do extra effort unto your site by inspecting even the smallest detail on your site. And yeah, I found this site by looking for codes on how to put up a favicon. Many thanks for the info.

  37. rainer says:

    really nice. now i dont have to use plugin just to make favicon for my blog. thx a lot

  38. Hi there, simply was aware of your weblog through Google, and found that it’s truly informative. I am going to watch out for brussels. I’ll be grateful for those who proceed this in future. Many other folks shall be benefited out of your writing. Cheers!

  39. Steve R says:

    Thanks for the share finally i know how to do it

  40. Awesome, thanks so much! I have favicon already and try to change to the best.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>