Tagged Questions
3
votes
1answer
381 views
How to Make a Categories Meta Box with Hierarchical Checkboxes on Frontend?
My website allows uses to post posts of a custom post type ("place").
I would like to display the same "Categories" meta box seen in WordPress dashboard when you add or edit a post on frontend:
...
1
vote
1answer
589 views
Custom Post Type & Meta Box - Displaying meta box information on front end?
I've created a custom post type "projects" that has a meta box for additional information (client name, type of project, budget, etc). I'd like to be able to display this information on the front-end.
...
0
votes
1answer
815 views
add post meta front end edit
I'm trying to allow users to add meta values in my posts but it doesn't seem to be adding it in my front end post edit
<!-- edit Post Form -->
<div id="postbox">
<form ...
-1
votes
1answer
564 views
Front end add custom field to existing post [closed]
I know how to create a front end new post form through tutorials but I'm confused as to how to make a front end custom field that allows user to add data to existing posts
3
votes
3answers
2k views
Meta Boxes in Front End Post Submission Form
How can I add meta boxes to the front end post submission form? Similar to front end post submission that creates new posts, the form replies should go directly into the post meta boxes.
Meta Boxes ...