How to add favicon in your WordPress site

A favicon refers to web site icon or we can say it bookmark icon that contains short form of  Favorite Icon. Usually or naturally how you could its say, every time we start our browsing to go several URL through tabs at a time and its easy to recognize any site without reading URL text once  favicon’s are shown for each sites.

I thinks its clear how favicon looks and make them different from other sites. Now turns goes to you if your WordPress site has no favicon to show. Its pretty simple. Just follow few steps to add your favicon:

Step 1: Create a icon by 16×16  and save it as a .ico file extension. (e.g: favicon.ico)

Please note: If you’re using an online service to create your favicon, such as Faviconer.com (creates 24bit favicon.ico with transparent background, favicon.co.uk or Dynamic Drive, follow the instructions provided by the site and then download the favicon.ico image to your computer.

Step 2: Upload/Keep the favicon.ico file in theme folder.

Step 3: Open header.php file through Dashboard -> Appearance ->Editor

Step 4: Paste the below code in between <head>… </head> tag

 <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri();?>/favicon.ico" />

Step: Click Update File

That’s all. Now open your site in new tab and see your favicon showing there. Still if you face problem regarding this issue just make a comment to get help. Thank you.

If you would like to check other Support and Tricks please click here.

This post has already been read 26905 times!

Mehedi Hasan

Cool WordPress Developer having much agile experience to develop any kind of WordPress sites & plugins. Also good in troubleshooting, fixing & making any kind of tweaks for WP site.

More Posts

Mehedi Hasan

Cool WordPress Developer having much agile experience to develop any kind of WordPress sites & plugins. Also good in troubleshooting, fixing & making any kind of tweaks for WP site.

Share
Published by
Mehedi Hasan
Tags: Wordpress

Recent Posts

WP Share A Friend – A Way to Capture Lead

What is Lead Capture: In general sense lead capture designates a process or way of…

5 years ago

Unlimited Modal POPUPS on MouseClick

Introduction Unlimited Modal POPUPS on MouseClick: Everyone knows about popup during site visits and most…

5 years ago

WordPress Pregnancy Calculator Plugin

Brief about Pregnancy Calculator : This WordPress Pregnancy Calculator plugin allows users to display an…

5 years ago

Interactive Service Plugin with Hover Effects VC

Introduction About this Service Plugin: This Visual Composer Service Plugin works as an addon to…

6 years ago

WP Dynamic Query String

Introduction of Dynamic Query String : This plugin allows user to set dynamic query string…

6 years ago

How to make scroll PDF in iFrame for iPAD Safari

There is an occasional bug for iPhone and iPad even they are designed as well and…

7 years ago