Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have a custom-post type with the standard meta boxes and some custom fields. How could I edit a post through a form in the frontend?

share|improve this question

1 Answer

up vote 3 down vote accepted

If you want to edit an existing post, try my Front-end Editor plugin.

If you want to create new posts, try one of these:

share|improve this answer
Thanks Scribu. Your plugin is fantastic, but it does not fit my need. I am trying to edit an existing post with a form. I asked a similar question about editing a user's profile with a form in the frontend and I received this response: wordpress.stackexchange.com/questions/9775/… This worked perfectly for me. If there is a similar solution for editing posts I would be so grateful. – Carson Feb 21 '11 at 3:23
is it possible to add metaboxes along with it?? – nickfrancis.me Jun 17 '11 at 12:13
@nickfancis.me use comments for this sort of thing - that's what they're there for! – TheDeadMedic Jun 17 '11 at 12:30
@nickfrancis.me Metaboxes are strictly for the backend. Maybe you mean widgets? – scribu Jun 17 '11 at 15:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.