Reply To: Recommendation: Favicon, iPhone, iPad, iOS logo

Home Forums GovIntranetters Recommendation: Favicon, iPhone, iPad, iOS logo Reply To: Recommendation: Favicon, iPhone, iPad, iOS logo

#987
Peter
Participant

I got this to work in about a minute:
1. Uploaded my favicon to the govintarnet theme directory
wp-content/themes/govintranetpress/favicon.ico
2. Added this line of code in header.php right after the /head tag using wordpress theme editor:
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.png" />