From d87996372ea1a433a0bb77093a2a851f24ac7781 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 20 Jun 2024 15:03:35 +0200 Subject: [PATCH] fix(header): remove duplicate title tag Removed the redundant title tag from the header to prevent duplication and potential SEO issues. The title is already dynamically handled elsewhere in the theme. Reducing clutter and improving maintainability. --- header.php | 1 - 1 file changed, 1 deletion(-) diff --git a/header.php b/header.php index 2a0b2d5..23749de 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,6 @@ - <?php wp_title('|', true, 'right'); ?>