Hey, I've just added some new inputs and such to the template of the "create/edit post" template.
I wanted to know how I call this data and put it into the post table.
I've imitated the post_title's input.
I was woundering how to follow the transaction of it's insert/update.
If you haven't a clue on what I'm talking about, I'll give you the page name.
If it's to hard to follow the transaction, I was woundering if there is an alternative. I have tried adding the syntax to wp_insert_post() directly onto the page. But seems to render nothing when I go through the page. Of course, I realize now that the function runs before I even make any changes.
So.... help?