Customized Write Post Page
-
I am the host of a podcast, and we power our website with WordPress. Four nights each week we post up a new episode. However, it’s actually pretty annoying to re-type the same data that often. It’s especially annoying because much of that data could be automatically filled in based on the date and time and such.
What I would like to do is write some sort of plugin that adds a button to the write post form that causes some of the fields to be automatically filled in. If that doesn’t work, then I would like to create a duplicate of the write post form that has data automatically filled in.
I’m a proficient PHP programmer, it’s how I make my living, but I’ve never made a WordPress plugin. I’m really just looking for someone to point me in the right direction. I thought about writing a separate app that would post via XMLRPC, but the API doesn’t seem to give us the flexibility to set custom fields and such that we need. I also looked through the WP plugin API, but I couldn’t find the functions that create new posts.
- The topic ‘Customized Write Post Page’ is closed to new replies.