>
>
'; } } else { echo '
' . get_bloginfo('name') . '
'; } ?>
'primary', 'container' => false, 'menu_class' => 'navbar-nav ms-auto mb-2 mb-lg-0', // ms-auto pushes it to right 'walker' => new Application_Guy_Bootstrap_Walker(), 'fallback_cb' => false, )); } else { ?>
'📘', 'instagram' => '📷', 'linkedin' => '💼', 'twitter' => '🐦', 'youtube' => '📺', 'tiktok' => '🎵', 'whatsapp' => '💬', 'globe' => '🌐', ); for ($i = 1; $i <= 3; $i++) { $icon_key = get_theme_mod("header_social_{$i}_icon"); $url = get_theme_mod("header_social_{$i}_url"); if ($icon_key && $url && isset($social_map[$icon_key])) { echo '
' . $social_map[$icon_key] . '
'; } } ?>