This commit is contained in:
2025-05-06 11:16:13 -07:00
parent 44219fceb8
commit 343ffb83d0
5 changed files with 13 additions and 3 deletions

View File

@@ -2,12 +2,12 @@
get_header();
echo site()->render("team-members", [
echo site()->render("team-memberss", [
"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",
"name",
"excerpt",
"thumbnail",
"acf.title",