Asechrest – Thanks, but I know all of that already. The problem is that this theme doesn’t have an existing favicon in the header code. I’m looking to add custom code or another way that the theme developer might know to be able to add the favicon into the theme/header.
thanks
just add this in header.php, somewhere in the <head> section:
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" />
then place your favicon in the theme dir
I’ll also add this in the next theme update, so you don’t have to change theme files.
As digitalnature indicated, that link instructs how to add the code into the header if your theme doesn’t have it.
This is really helpful.
I created a favicon.ico file and put it in the directory, cleared out the cache and for some reason still can’t get it to work. I also added the code mentioned above. Any other ideas?
Thanks – Ari