i use advance custom field for add post from users on home screen , after user click on submit button ,The text is recorded in the database and wordpress but user redirected to a blank page with same url
<?php
/*
Template Name: new post
*/
?>
<?php acf_form_head(); ?>
<?php get_header(); ?>
<div class="large-back-bg4"><div class="index-small">
<div class="breadcrumb"><?php sitralweb_breadcrumbs(); ?></div>
<div class="single-right-content">
<?php acf_form(array(
'post_id' => 'new_post',
'new_post' => array(
'post_type' => 'state',
'post_status' => 'pending'
),
'submit_value' => 'Send it',
'return' => 'http://khorsandmelk.ir/'
)); ?>
</div>
</div>
</div>
<?php get_footer(); ?>
Debug_log :
Function create_function() is deprecated in /home2/khorsand/domains/khorsandmelk.ir/public_html/wp-content/plugins/wp-all-import-pro2/classes/config.php on line 47
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'add_meta_boxes' not found or invalid function name in /home2/khorsand/domains/khorsandmelk.ir/public_html/wp-includes/class-wp-hook.php on line 287
Notice: Undefined offset: 0 in /home2/khorsand/domains/khorsandmelk.ir/public_html/wp-content/plugins/wp-parsidate/includes/fixes-permalinks.php on line 246
Notice: Undefined offset: 1 in /home2/khorsand/domains/khorsandmelk.ir/public_html/wp-content/plugins/wp-parsidate/includes/fixes-permalinks.php on line 247
Notice: Undefined offset: 2 in /home2/khorsand/domains/khorsandmelk.ir/public_html/wp-content/plugins/wp-parsidate/includes/fixes-permalinks.php on line 248
Warning: Cannot modify header information - headers already sent by (output started at /home2/khorsand/domains/khorsandmelk.ir/public_html/wp-content/plugins/wp-all-import-pro2/classes/config.php:47) in /home2/khorsand/domains/khorsandmelk.ir/public_html/wp-includes/pluggable.php on line 1281
Warning: Cannot modify header information - headers already sent by (output started at /home2/khorsand/domains/khorsandmelk.ir/public_html/wp-content/plugins/wp-all-import-pro2/classes/config.php:47) in /home2/khorsand/domains/khorsandmelk.ir/public_html/wp-includes/pluggable.php on line 1284