Adding Address Bar Icon in wordpress

Step 1: Go to Appearance -> Editor and open header.php

Step 2: under </title> in header.php

add the below line with your customization,

<link rel=”shortcut icon” href=”(specify the icon location in the server)” />

Then you can see your icon at the address bar or title bar.

Note: .ico file is prefered for address bar icon.

 

Thanks for reading this post………!!!

Leave a Reply