Skip to content

Commit

Permalink
added team member title
Browse files Browse the repository at this point in the history
  • Loading branch information
bogreudell committed Dec 23, 2020
1 parent 88900c1 commit 1989f4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acf-json/group_5d7acd38c1254.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
},
{
"key": "field_5d7acd40a6069",
"label": "Leadership Title",
"name": "leadership_title",
"label": "Title",
"name": "title",
"type": "text",
"instructions": "",
"required": 0,
Expand Down Expand Up @@ -138,5 +138,5 @@
"hide_on_screen": "",
"active": true,
"description": "",
"modified": 1608581000
"modified": 1608748693
}
4 changes: 4 additions & 0 deletions template-team.php
Original file line number Diff line number Diff line change
Expand Up @@ -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') );
Expand All @@ -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') );
Expand All @@ -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') );
Expand All @@ -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') );
Expand Down

0 comments on commit 1989f4f

Please sign in to comment.