<?php acf_form_head(); ?>
<?php get_header(); ?>
<?php
<?php acf_form(array(
'post_id' => 'new_post',
'field_groups' => array(20,27,32),
'new_post' => array(
'post_type' => 'property',
'post_status' => 'publish'
),
'submit_value' => 'Добавить'
)); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>