How to Replace WordPress favicon

This tutorial from ComputersPh.com is for replacing the WordPress 2.7 favicon wp

Follow the same direction on how to create a favicon by reading post “How to replace favicon of Joomla! 1.5″. It is the same way to create a favicon.ico file.

In this tutorial, I will only show you where to upload the same file on to your WordPress website. We will be working with WordPress header.php file to locate the current favicon file location .

Once you have your new websites favicon, log on to your WordPress Admin panel then click (Appearance -> Editor -> header.php) with the Theme Editor. Locate this line in header.php file -> link rel=”Shortcut Icon” href=”?php echo get_settings(‘home’); /wp-content/themes/YourWPThemeFolder/images/favicon.ico” type=”image/x-icon” /.

Your new icon should go to folder (information taken from header.php)
/wp-content/themes/YourWPThemeFolder/images/.

Upload your file to the same website directory using FTP client then replace the existing favicon.ico. Open your browser then go to your website, you should now be able to see your new Favicon on your browser. For Internet Explorer, allow time for the favicon to appear.

Below is a list of other articles that may interest you:

  • How to change your WordPress theme
  • How to remove the Author Details and Time/Date stamp from your WordPress posts
  • How to remove the author, date and time stamp on a WordPress blog
  • How to remove Date, Time and Author in WordPress Twenty Ten template
  • This entry was posted in Blog and tagged , , , , , , . Bookmark the permalink.

    Comments are closed.