This commit is contained in:
2025-05-07 08:59:53 -07:00
parent 9d3242fae0
commit e5d79cdd54

View File

@@ -3,6 +3,6 @@
get_header(); get_header();
echo site()->render("flex", site()->getCurrentPost()); echo site()->render("flex", site()->getCurrentPost(["acf.content"]));
get_footer(); get_footer();