Hide WordPress header image on specific URL

Objective: Hide WordPress header image on specific URL Target URL: All URL except http://hilmanali.com/blog/ Theme: Sorbet (child) File name: header.php Original code: <body <?php body_class(); ?>>   " rel="home"> " width="width; ?>" height="height; ?>" alt="">     " rel="home">     Modified code: <body <?php body_class(); ?>> <?php global $wp; $current_url = add_query_arg( $wp->query_string, '', home_url( … Teruskan membaca Hide WordPress header image on specific URL