Forums
(@mittulagile)
11 years, 9 months ago
ok . i have sorted out my problem by not imploding it ..
just do this
‘post_category’ => $new_array,
remove the lines
$final_cat_id = implode(‘,’,$new_cat_ID); echo $final_cat_id;
as it will automatically imploding while inserting a post .. cheers !