I haven't had any luck getting a favicon to work with Cutline 1.1 - I've used the instructions on the WordPress site - inserting some code in the header file - with no luck. Has anyone done this successfully? I've done it for another theme, no problem, but it doesn't seem to work for the Cutline theme. The code is: <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" />
Cutline Theme Support Forums » Cutline Theme Support Forums
favicon not supported?
(4 posts)-
Posted 3 years ago #
-
I have three blogs and all three have cutline template & fevicons. You can check.
Posted 3 years ago # -
I am having trouble in cutline. no way to install favicon. almost trying 2.3 in a test directory. Maybe it will work ;)
Posted 3 years ago # -
add the code <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" /> before this <?php wp_head(); ?>.
Make sure your favicon is in the cutline directory and not in the images. Also put a copy of the favicon in the directory of your domain name. That should fix the problem. Mine's working fine.
Posted 3 years ago #
Reply
You must log in to post.
not resolved