• adam4jmj

    (@adam4jmjgmailcom)


    I work with an organization that has satellite teams all over the world. I need a plugin that will allow me to:

    1) On the back end enter details (Team name, address, phone, website, contact person) into a database that I can edit.
    2) On the front end take each new entry and add it to a page on the website where all of the entries appear for the public to search and find their local team.

    For example, in the dashboard I could enter that a Portland, OR team exists at 123 Cherry Tree Lane and when I save that entry, it will automatically appear in a list on the appropriate page.

    If it exist, where can I find a developer to pay to create it for me?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator cubecolour

    (@numeeja)

    This can be achieved by creating a simple custom post type plugin. This is something that any experienced WordPress developer could create to fit your exact requirements giving you the fields you need and displaying the entries on the page formatted how you want.

    To find someone to create this for you, you can post a job at http:// jobs.wordpress.net

    Custom Post Types can be created via code as well as custom meta boxes.

    Read documentation on how to create Custom Post Types: Custom Post Types

    Custom Meta Boxes can be easily created by using this GitHub project: Custom Meta Boxes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does a database to page plugin like this exist?’ is closed to new replies.