• Legend

    (@haroonyousuf)


    Following is WordPress tutorial for favicon at http://codex.wordpress.org/Creating_a_Favicon

    Go to your WordPress Administration Panel.
    Click on Appearance.
    Click on Theme Editor.
    Select the file called Header or header.php to edit the file.
    Search for the line of code that begins with <link rel=”shortcut icon” and ends with /favicon.ico” />. Overwrite it, if it exists, or add the following code below the <head> HTML tag.
    <link rel=”shortcut icon” href=”<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico” />

    But I didn’t find any <head> tag in Evolve header.php
    Just tell me how can we implement favicon in Evolve theme?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi haroonyousuf,

    I’ve simply put my favicon.ico file in the root (html) folder on my server – and it just shows up.

    Thread Starter Legend

    (@haroonyousuf)

    Hi mfigrs,

    Yes, showing mine also but only on browser tab. I want it to show on browser’s address bar before http or www text. Hope you understood.

    Yousuf,

    What browser are you using? I’m using Chrome and Opera, and they _never_ displays any favicon in the address bar… I’m sure Firefox is the same way, never tried IE though.

    Thread Starter Legend

    (@haroonyousuf)

    I am using chrome.
    I think, following is the code in order to show favicon in address bar but I dont know where is the exact code location in Evolve theme.

    <html> <head>
    <link rel=”shortcut icon” href=”.\favicon.ico”>
    </head>
    <body>
    </body>
    </html>

    I just want to thank you all, is there a place to give a rep. or “like” on this?

    if not, I again, just want to thank you all. I’ve started my site, and seem to find anything and everything I need for direction. My site is seniorsgetfit.com and I’ve chose the Evolve theme, love it! Denise

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Favicon in Evolve’ is closed to new replies.