• Hi !

    I just have this little problem… I can’t find the favicon. Where can I change it ? I look into all the php stuff but did not suceed. Can anyone help me please ? That would be awesome 🙂 Thanks in advance !

Viewing 4 replies - 1 through 4 (of 4 total)
  • does it not tell you where it is is the source code of the page?

    Thread Starter pogoswann

    (@pogoswann)

    I’m Sorry for saying it but… I don’t understand, maybe just because of the quality of my English 🙁 What is your question/advice ?

    Theme Author Caroline Moore

    (@sixhours)

    Hi there. There is no favicon functionality with Spun — I recommend using a plugin to apply a favicon to your site, if desired.

    Can you not just create a child functions.php and add

    function favicon_link() {
        echo '<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />' . "\n";
    }
    add_action( 'wp_head', 'favicon_link' );

    Then put the favicon in your root folder.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Favicon : how can I change it ?’ is closed to new replies.