[Solved] Front end post form won’t post categories to custom post type
I see two problems with your code: First You named your custom taxonomy type which is a Reserved Term Second You are trying to insert your taxonomy terms using ‘post_category’ which wont get the job done. What you can do is either create a `’tax_input’ => array(‘ in your new post array e.g: $new_post = … Read more