diff --git a/tpl-flex.php b/tpl-flex.php index 5821d25..7f120af 100644 --- a/tpl-flex.php +++ b/tpl-flex.php @@ -3,6 +3,6 @@ get_header(); -echo site()->render("flex", site()->getCurrentPost()); +echo site()->render("flex", site()->getCurrentPost(["acf.content"])); get_footer();