This commit is contained in:
2025-05-06 11:08:51 -07:00
parent 5e29f8dae7
commit d1526d7c05
2 changed files with 42 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ get_header();
echo site()->render("team-members", [
"headline" => get_field("team_members_top_headline", "options"),
"intro" => get_field("team_members_intro_text", "options"),
"linkedin_logo" => site()->getAssetURL("linkedin-logo.png"),
"members" => site()->getDefaultPosts([
"title",
"excerpt",