Forums

How to Add Favicon (6 posts)

  1. MacroPhotoPro
    Member
    Posted 4 months ago #

    How do I add a favicon to my page?

    Is there an 'overall header' php that I can add it to?

    Thanks for any help!

  2. songdogtech
    Member
    Posted 4 months ago #

    Just drop it in webroot, the same level as wp-config.php, and it will work.

    If you want to be cross-browser precise, also use

    <link rel="icon" href="<?php bloginfo('siteurl'); ?>/favicon.ico" type="image/x-icon" />
    <link rel="shortcut icon" href="<?php bloginfo('siteurl'); ?>/favicon.ico" type="image/x-icon" />

    in header.php and delete other favicon links to make it clean.

  3. MacroPhotoPro
    Member
    Posted 4 months ago #

    Thank you very much!

    Is header.php the same as wpheader.php?

  4. songdogtech
    Member
    Posted 4 months ago #

    I have no idea what file wpheader.php might be. It's not a standard WP file name.

  5. nattywp
    Member
    Posted 2 months ago #

    You can create favicon.ico using this online tool: Faviconer

    Then follow the instructions on Faviconer to add new icon to your page.

  6. kmessinger
    Member
    Posted 2 months ago #

Reply

You must log in to post.

About this Topic

Tags