Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Robert Mylne
13,708 PointsWordpress plugin
I want to write a plugin that creates a database. Then the user can select to have or not have data from the table. This needs to show up on the front end with their profile. How do I go about doing this?
4 Answers
Andrew McCormick
17,730 PointsYou mean it needs to create a table in the wordpress database or do you seriously need it to create an external database somewhere else? What kind of data are you pulling in? Just a few options, large amounts of data, ...?
Have you watched the How to Build a WordPress Plugin in Wordpress Development Track?

Robert Mylne
13,708 PointsHey Andrew, thanks for the response. It can be in the same database that wordpress is installed. It needs to store company names and their email. I want people to then be able to select or deselect companies (add to their profile) they want an email send to.

Robert Mylne
13,708 PointsIf you would like I can make a screenshot mockup of what I am looking for if that would help
Andrew McCormick
17,730 PointsRobert, That shouldn't be an overwhelming task. Watch the How to Build a WordPress Plugin in Wordpress Development Track and that should give you the foundation you need to create your plugin.