From a09cd80a5088748a4642f8a5cf350933cc7763d4 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 23 Aug 2024 19:18:24 +0200 Subject: [PATCH] fix(footer): remove default links from social media icons Removed default '#' links for social media icons in the footer to ensure that each icon only appears if a valid URL is provided. This change avoids rendering misleading placeholders and enhances user experience by preventing non-functional links. --- footer.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/footer.php b/footer.php index d35fb93..0eaa90b 100644 --- a/footer.php +++ b/footer.php @@ -13,14 +13,14 @@ ?>
- - Facebook + + Facebook - Twitter + if (get_theme_mod('footer_twitter_link')) : ?> + Twitter - LinkedIn + if (get_theme_mod('footer_linkedin_link')) : ?> + LinkedIn