• Resolved jdarias

    (@jdarias)


    My parent theme has the favicon linked with this:

    <link rel="icon" type="image/png" href="<?php bloginfo('template_url'); ?>/favicons/favicon.png" />
    	<!--[if IE]>
    		<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicons/favicon.ico">
    	<![endif]-->

    This code is located in the head section of header.php, wich is inherited by the child theme (no custon header.php)
    However, the child theme doesn´t display them.
    What is the correct way to link the favicons?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inherit Favicon from a parent to a child theme’ is closed to new replies.