Favicon in Evolve
-
Following is WordPress tutorial for favicon at https://codex.www.ads-software.com/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)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Favicon in Evolve’ is closed to new replies.