solostream

Faviconize your WordPress admin

| January 6, 2008 | 4 Comments

The WordPress admin doesn’t have a favicon. That means that when you’re working with a bunch of tabs open, it’s hard to identify which one is for your WordPress admin. Well, Simply Basic has the solution – simply add one line to wp-admin/admin-header.php that calls the favicon of your choice:

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

The only drawback is that you have to remember to redo this change every time you upgrade. It might be helpful if there was a plugin that did this for you (hint, hint).

Simply-Basic.com ยป Give WP-Admin a Custom Favicon

Tags: ,

Category: Code Snippets

Elegant WP Themes

Comments (4)

Trackback URL | Comments RSS Feed

  1. John Kolbert says:

    Thanks for linking to my article! A plugin is a great idea, I may have to look into it.

  2. Miriam Schwab says:

    Hi John – with pleasure! If you do end up putting together a plugin for this, that would be great!

  3. John Kolbert says:

    Miriam, just thought I’d let you know I turned this tip into a simple WordPress plugin. Thought you might be interested. You can check it out here: http://simply-basic.com/posts/194178

  4. [...] until you update your version of WordPress and it overwrites the changes you made (thanks to Miriam for the reminder). To fix this annoyance, I’ve written my very first WordPress plugin, aptly named [...]

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.