Adding a favicon to url address bar
-
Hi looking for some assistance please. I downloaded a favicon in a .ico file type. Uploaded it to Control Panel, File Manager public_FTP. Under WordPress, header.php I changed the file
<link rel="icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico" type="image/x-icon" />
to<link rel=”shortcut icon” href=”<?php echo get_option(‘home’); ?>/favicon.ico” />
. It didn’t work. Must have gone wrong somewhere. New to this so hoping for some step by step advice. Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding a favicon to url address bar’ is closed to new replies.