diff --git a/template-parts/header-standard.php b/template-parts/header-standard.php index bacab6f..5e1035b 100644 --- a/template-parts/header-standard.php +++ b/template-parts/header-standard.php @@ -100,7 +100,7 @@ if ( function_exists( 'the_custom_logo' ) && has_custom_logo() ) { $sunflower_custom_logo_id = get_theme_mod( 'custom_logo' ); $sunflower_custom_logo = wp_get_attachment_image_src( $sunflower_custom_logo_id, 'thumbnail' ); - printf( '', esc_url( $sunflower_custom_logo[0] ) ); + printf( '', esc_url( get_home_url() ) ); printf( '', esc_url( $sunflower_custom_logo[0] ), esc_attr( get_bloginfo( 'name' ) ) ); } elseif ( ( $sunflower_options['sunflower_terms_of_use'] ?? false ) === 'checked' ) { printf( '', esc_url( get_home_url() ) );