skip to Main Content

Why isn’t my WordPress Favicon showing on custom post types & child pages?

I have the following favicon setup in header.php: <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" sizes="180x180" href="<?php echo get_template_directory_uri()." /assets/build/favicon/apple-touch-icon.png "; ?>"> <link rel="icon" type="image/png" sizes="32x32" href="<?php echo get_template_directory_uri()." /assets/build/favicon/favicon-32x32.png ";…

VIEW QUESTION
Back To Top
Search