feature: Make aux profile name configurable
Deploy to Dreamhost (dev) / build (push) Successful in 31s
Sync TODOs with Issues / sync_todos (push) Successful in 5s

This commit is contained in:
Keith Solomon
2026-06-20 12:04:43 -05:00
parent b198acbe4f
commit a90758f29d
2 changed files with 28 additions and 2 deletions
+3 -1
View File
@@ -18,6 +18,8 @@ if ( isset( $menus['aux_navigation'] ) ) {
}
$currentPageURL = home_url( $wp->request ) . '/';
$profile = getFieldValue( 'social_media.profile_name' ) ? getFieldValue( 'social_media.profile_name' ) : ''
?>
<div class="nav-aux__container hidden lg:block w-full py-0">
@@ -34,6 +36,6 @@ $currentPageURL = home_url( $wp->request ) . '/';
<?php get_template_part( 'views/partials/social-media' ); ?>
<span class="font-semibold">@cwccollaborative</span>
<span class="font-semibold"><?php echo esc_html( $profile ); ?></span>
</div>
</div>