Can’t get logo to display on my child theme
-
Hello, I have added the following code to my child theme:
<?php if( function_exists( 'the_custom_logo' ) && has_custom_logo() ) : ?> <section id="site-logo"> <?php the_custom_logo(); ?> </section> <?php endif; ?>
I can see it’s working in the “Site Identity” section of the “Customize” menu but it’s not showing up in my theme:
Any idea what is blocking the logo?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can’t get logo to display on my child theme’ is closed to new replies.