Its pretty much what you already have, just add the following after $pid = wp_insert_post($new_post);
:
#categories
if( !empty ( $_POST ['categories'] ) ){
update_post_meta ( $pid, "_testimonials_category", stripslashes ( $_POST ['categories'] ) );
}
I would probably advise you to change the name of this from categories though to something more relative, like testimonials_categories
Then you can use:
$chosen_testimonial_category = get_post_meta($pid,'_testimonials_category',true);
As for validation, check out jQuery.validate
Related Posts:
- Front end page submission form does not attach custom post type
- Reason action hook won’t work with update_post_meta from frontend form? Alternative?
- How to make front end form only accept certain values
- Better approach for a WordPress Inventory
- create category upon saving post and save post in that category
- How to add categories to a custom post type using wp_insert_post($new_post);
- PHP variable not regenerating when publishing multiple posts at the same time
- Posting to a Custom Post Type from front end – user generated content
- Multiple level category drop-down from the WordPress dashboard
- Cannot add category or custom taxonomy from admin. WordPress site is hosted in Windows 16 server via IIS. No XAMPP or WAMP
- Add custom post type settings to wordress default posts
- How to get the upcoming post ID from front end?
- Hide parent categories when clicked, and show it’s childs
- Limit amount of posts made within a custom taxonomy
- Problem with displaying posts in the CPT category
- Filter CPT posts by one or more categories
- Getting categories of posts under a custom taxonomy
- Custom Post Types with a common category for a blog listing
- Can’t remove front from permalinks for custom taxonomy category page
- How to get categories linked in posts for a specific post type
- Custom post type, organized by categories
- How to display “Category and Post_tag” component in a CPT Gutenberg edit screen?
- Remove CPT name from permalink but add %category% instead
- Set a checkmark in a category based on a URL-parameter
- Form action/link to render a plugin in WordPress front-end
- WP Query with categories only shows one post and ignores the category
- Adding custom post type to count in category
- How to edit this code to get the categories in achieve page?
- Category with post type pagination returns 404
- Custom Post Type and Category Base Rewrite Issue
- Get the category from custom post type
- Post injections into Site Origins Page builder [closed]
- Custom Post Type + Categories
- How to create a gallery page with categories?
- Custom Post Slug same as Parents Category Slug
- WordPress posts page for customer filtering and sorting along with category filter
- I am having Trouble to get list of Categories of Custom post Type
- Hierarchy and access control for Custom Post Types (CPT)
- Multiple (two) category postings on the same page.
- Loop filtering Custom Post Types and/or Categories
- How to integrate a form (Ninja Form or Contact Form 7) with Custom Post Types?
- School & class blogs: Categorize with categories or custom posts?
- Custom post type and category link together
- Why is my category template ignoring post type?
- Best method to make posts searchable, sortable and filterable – custom field, tag or category?
- A form that can save/edit after first input
- How to get custom posts sub category link
- Not sure if I should create multiple custom post type [closed]
- Cross reference custom post types
- Make a custom_post translatable
- Pre-selecting the category for a custom post type
- Edit Custom Post Type on Custom Admin Page instead Post Admin
- browse by category and tags?
- Using POST method in meta box, no results
- I am trying to hide a custom post type category to logged in users with Pre_Get_Posts
- Categories filtering in new post
- Conditional statement for if archive page has posts which contain certain taxonomies/categories/tags, show those terms
- Custom post types and category archive
- List of Posts and Categories
- Form action doesn’t work if slug isn’t same as custom post title
- How can I show 1 featured post in a styled element, and the next few below differently styled
- How do you create a custom template to display a category with an image and related posts below?
- How can I list Custom Post Types created with the Types plugin under categories?
- List Taxonomies: Don’t list taxonomy if it has no post – depending on custom post-meta?
- Custom Post Type & Meta Box – Displaying meta box information on front end?
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- Custom templates for a specific category
- CPT category hierarchy
- How To Import CPT With Only Few TEXT ACF Fields From Front End?
- Categorise Custom Post Types
- WP the_posts() on single-cars.php get category link
- Category.php template for custom posts
- How to retrieve category of a post in have_post loop?
- Categories and tags for custom post types
- Create new custom post and post category of same name
- Tag page only display 10 posts
- category page for custom post type
- in_category for custom post types
- 404 Error on form submission within custom post type
- Get parent category id from child category page for custom taxonomy
- Getting used tags per post type
- show custom value from frontend form in a post (custom post type)
- Archieve.php not loading for custom post type
- multiple custom post type on category page
- Submitting Custom Post Types with custom fields from Front-end form
- Category archive in with conjunction with custom post type is empty
- Can I restrict category availability?
- WP_Query Custom Post Type if Category ID Equals
- Why does accessing url by category cause issues with post types?
- Custom post types and ‘new WP_Query’
- How can I have different content for different countries?
- How to add current custom taxonomy slug to body class
- Assign category a default post type
- Meta data (Tags and Categories) for Custom Posts not showing.
- Navigate posts with different post type that are in the same categories
- List Posts By Custom Taxonomy
- get_category_link() for custom post type does not include custom slug rewrite?
- How to Display Posts From Category Within a Custom Taxonomy?
- Showing custom post type categories in the menu