Hi
Can u pls explain how to put ACF custom Field in following
$post = array(
‘post_status’ => ‘publish’ ,
‘post_title’ => $_POST[‘fields’][‘field_name’] ,
‘post_type’ => ‘posts’ ,
);
I dont wish to use acf_form because there is come JS issue with my theme which dont allow me to browser image
So it will be better if u show me how to add a ACF text field and ACF image filed in $Post