quark favicon in childtheme

Multipurpose WordPress Theme Forum Support
GK User
Thu May 14, 2015 4:05 pm
Hi there, I am using a childtheme with Quark and just wondering where I would place my favicon inside my child theme for it to show on my site? Thanks in advance
User avatar
Expert Boarder

GK User
Thu May 14, 2015 6:49 pm
Hi,

You can put the favicon in child theme, but you have to use the proper url (for the child theme)
Code: Select all
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico" />

https://codex.wordpress.org/Creating_a_Favicon
you can also use 3rd party plugin.
User avatar
Moderator


cron