how do I add a favicon to the wordpress site?
Favicon in cubit?
2 posts from 2 voices-
Posted 2 years ago #
-
You have 2 options:
1.) Just add the favicon.ico to the root of your site (same folder as wp-config.php) which will automatically be read by the browser.
2.) Save the favicon.ico to your images folder and include this code within the HEAD section of header.php:
<!--The Favicon--> <link rel="Shortcut Icon" href="<?php bloginfo('template_directory'); ?>/images/favicon.ico" type="image/x-icon" />Posted 2 years ago #
Reply
You must log in to post.














