diff --git a/acf/group_5fd3e006e5da5.json b/acf/group_5fd3e006e5da5.json index e5097d6..03c1161 100644 --- a/acf/group_5fd3e006e5da5.json +++ b/acf/group_5fd3e006e5da5.json @@ -136,6 +136,27 @@ }, "layout": "row", "sub_fields": [ + { + "key": "field_6a36c7aac3ad7", + "label": "Profile Name", + "name": "profile_name", + "aria-label": "", + "type": "text", + "instructions": "", + "required": 0, + "conditional_logic": 0, + "wrapper": { + "width": "", + "class": "", + "id": "" + }, + "default_value": "", + "maxlength": "", + "allow_in_bindings": 0, + "placeholder": "", + "prepend": "", + "append": "" + }, { "key": "field_677bf0e692d3c", "label": "Facebook", @@ -455,5 +476,8 @@ "active": true, "description": "", "show_in_rest": 0, - "modified": 1749744328 + "display_title": "", + "allow_ai_access": false, + "ai_description": "", + "modified": 1781974980 } diff --git a/views/components/nav-aux.php b/views/components/nav-aux.php index 60de91e..5d52a61 100644 --- a/views/components/nav-aux.php +++ b/views/components/nav-aux.php @@ -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' ) : '' ?>