Viewing 4 replies - 1 through 4 (of 4 total)
  • Tino1408

    (@tino1408)

    Hello thedessertprince

    To add your favicon drop it in the root of your public_html.

    Once you have done doing that go back to your WordPress backend.

    Find Appearance located on the left side then fine editor click on that and locate Header on the right side.

    Look for something similar to this inside header:

    <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>

    and below that add this

    <link rel="Shortcut Icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico" type="image/x-icon" />

    Hope my instructions where easy for you to follow ?? .

    Heeran

    (@heeran)

    Hello
    thedessertprince
    Upload favicon.ICO in ur Public .html

    I’ve done so, and it si showing even not changed any code in header.
    am using theme “WP-Launch”
    ??

    Tino1408

    (@tino1408)

    @heeran it is true you could do this and it should show. But for some theme i have seen this isn’t the case. So its better to do it that way.

    Thread Starter thedessertprince

    (@thedessertprince)

    Thanks guys! Will try both ways and then get back to u!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add/change favicon?’ is closed to new replies.