Thread Starter
jwtech
(@jwtech)
Oh, and the person with the suggestion in that thread link was a “Mike Brown”. He includes a link to his suggested source code for the function.
Thread Starter
jwtech
(@jwtech)
I finally found one link (albeit old) that has something that perhaps I could use, but I’m struggling how to make it work as a plugin (which the link suggests).
http://forums.whirlpool.net.au/archive/1608032
There is a link to the (apparently) untested code, but it makes sense. First programatically create a new post of the desired category and then redirect to the edit&post action of post.php for the new past id to allow the user to actually fill in the details and publish it.
After reading a bunch about creating a plugin (basically one function) I’m not sure how to make it work. I’m learning with this exercise but too slowly.