Remove link around logo
Look at the documentation for the_custom_logo(): Displays a custom logo, linked to home. So it’s doing what it’s supposed to. If you want to do anything other than that, you can get the ID of the logo image using get_theme_mod( ‘custom_logo’ ). Then you can do whatever you want to it, such as just outputting … Read more