I’m working on a site that is going to be community powered. It’s going to have the form for registered users to submit draft posts, which will then be approved or deleted by the site’s editors. The way I’m trying to implement it is with a custom page template, which includes a form that will allow people to submit draft posts for review.
I was wondering if anyone could point me to some code that does this and that works. I have tried searching, but so far the code I’m finding isn’t working.
I’m using wordpress 3.1
Thanks 🙂
I know that this is an old question…
but! there is a nice view count which means that people still need this.
Maybe it would also help you close this question 😉
Here is an ajax version
Inside your Page Template
– this is an example – customize to your theme structure
The jQuery Ajax Code
– i would create a submit-article.js file in some folder
The PHP Ajax Code
Make sure the url in the first line points to JS file
}