diff --git a/acf-json/group_5d7acd38c1254.json b/acf-json/group_5d7acd38c1254.json index 4cfe459..a7bd83b 100644 --- a/acf-json/group_5d7acd38c1254.json +++ b/acf-json/group_5d7acd38c1254.json @@ -63,8 +63,8 @@ }, { "key": "field_5d7acd40a6069", - "label": "Leadership Title", - "name": "leadership_title", + "label": "Title", + "name": "title", "type": "text", "instructions": "", "required": 0, @@ -138,5 +138,5 @@ "hide_on_screen": "", "active": true, "description": "", - "modified": 1608581000 + "modified": 1608748693 } \ No newline at end of file diff --git a/template-team.php b/template-team.php index 0974617..01efec6 100644 --- a/template-team.php +++ b/template-team.php @@ -20,6 +20,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); + $title = get_field('title') // we might want to change the name of this include( locate_template('components/member-profile.php') ); @@ -33,6 +34,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); + $title = get_field('title') // we might want to change the name of this include( locate_template('components/member-profile.php') ); @@ -46,6 +48,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); + $title = get_field('title') // we might want to change the name of this include( locate_template('components/member-profile.php') ); @@ -59,6 +62,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); + $title = get_field('title') // we might want to change the name of this include( locate_template('components/member-profile.php') );