How to update wordpress from outside the admin interface
June 5, 2009 8:45 AM Subscribe
Wordpress filter: I want to be able to create a form that can be used to add custom values to a certain post without having to do so from inside the admin panel.
I'd also like to be able to create a form that can be used to create an entirely new post, or edit the contents of an existing post.
Sample code to work from would be excellent. Directly pointing to resources that explain the inner workings of Wordpress may be less excellent, as I have only a rudimentary grasp of basic PHP and would likely be over my head.
if ($an_answer != '') echo "thanks."
posted by Nonce to computers & internet (4 answers total)
posted by jrishel at 9:28 AM on June 5, 2009