0
votes
0answers
157 views

Front end image upload with custom taxonomy [closed]

I Try to upload and image and assign a taxonomy. The problem is, the term is not saved. This is the code if(isset($_POST['new_post']) == '1') { $post_title = $_POST['post_title']; $post_category ...
1
vote
0answers
157 views

Front-End Custom Taxonomy Tag Select

The theme I am currently using features a front-end dashboard with posting and post editing, but the pre-existing submission form currently lacks a field to select one or more custom taxonomy tags ...
2
votes
1answer
448 views

Edit post meta with checkboxes on front end

I'm trying to build an interface so that two custom fields for a custom post type can be edited on the front end with checkboxes. I'd like to display empty checkboxes if neither of those the fields ...
0
votes
1answer
223 views

front end radio custom taxonomy with custom post type

Hi my good friends I need your help better than losing my mind, first I have to thank "Stephen Harris" for his good article , -second: After a lot of searching I still don't know how to inject a ...
0
votes
1answer
720 views

Saving custom taxonomies to post as checkbox on frontend

I am trying to save custom taxonomies by choosing checkboxes. Normally if it is selectbox, there is no problem. But when I use checkboxes to choose terms it doesn't save. I am suspected that it is an ...
1
vote
1answer
365 views

wp_set_object terms won't remove all terms [closed]

I am trying to figure out why wp_set_object terms will update the terms in a given taxonomy but when I set the $terms param to NULL it keeps one of the terms - the one with the lowest ID. I've ...