• I’m trying to find the best approach to writing a plugin that does the following:

    Creates a new type of entry (as opposed to post, page, and link).
    This entry will have 5 fields and will be assigned to one or more categories within wordpress.
    These entries will be manageable by contributors.

    Does this make much sense? How should I go able adding this into the current wordpress database? Thank you for any assistance! This is my first real database-driven plugin attempt

Viewing 1 replies (of 1 total)
  • Take a look at similar plugins. Some will not be helpful, but you might find a few with really good designs/solutions.

    The developer docs outline how to add an additional table.

Viewing 1 replies (of 1 total)
  • The topic ‘Writing Plugin Help’ is closed to new replies.