Tagged Questions
0
votes
1answer
209 views
Figuring out how to use wp_update_post with ajax on frontend
I've been working hard trying to implement a frontend post editor "sidebar" on each post when I'm logged in.
You can see what is going on here with a test post: ...
2
votes
1answer
846 views
Custom function to rearrange attachments when creating posts – Almost there
I'm having some trouble with a custom thing I'm doing.
I've implented a custom image uploader into a metabox in a custom post type.
Now I'm trying to work out a way that will let me reorder the ...