diff --git a/template-team.php b/template-team.php index 01efec6..12f4eea 100644 --- a/template-team.php +++ b/template-team.php @@ -20,7 +20,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); - $title = get_field('title') + $title = get_field('title'); // we might want to change the name of this include( locate_template('components/member-profile.php') ); @@ -34,7 +34,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); - $title = get_field('title') + $title = get_field('title'); // we might want to change the name of this include( locate_template('components/member-profile.php') ); @@ -48,7 +48,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); - $title = get_field('title') + $title = get_field('title'); // we might want to change the name of this include( locate_template('components/member-profile.php') ); @@ -62,7 +62,7 @@ $profile_picture = get_field('profile_picture'); $location = get_field('contributor_location'); $bio = get_field('bio'); - $title = get_field('title') + $title = get_field('title'); // we might want to change the name of this include( locate_template('components/member-profile.php') );