Creating a plugin to use existing database help
-
Hi Guys,
Yes, I am new to WP and am trying to create a plugin that works well with my wordpress theme. Here is what I am looking to create;
I want to create a form page. I also want to use the existing _posts table so that I don’t have to redo all the work on my front end. So, this is where I want your help.
Several fields will be different from those existing in the _posts table so is it advisable to create a different table or modify the current table to add those 2-3 fields? (might be bad for upgrading i would guess). Once we do this, I will also need to show those fields in the admin section along with the current fields in the WRITE POST page. Will this be hard to do or is this something not recommended? I have to keep in mind that the whole application will be easy to upgrade later on.
Please post your suggestions and post some guide links. I have also been looking around at the documentation here at wordpress.
Thanks guys!
The topic ‘Creating a plugin to use existing database help’ is closed to new replies.