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

WordPress

Paul LeDuc
Paul LeDuc
7,844 Points

Theme or Plugin

I am developing a WP theme in which I would like to have a page template that functions as a person information page. The person may or may not be a user/member of the site using the theme. I would like the person information consist of an image, some, text, and a URL.

In order for this to work properly, the information would need to be stored in the database. However, this is starting to sound more like something a plugin would do? Does anyone have any suggestions whether or not it is acceptable/appropriate for a theme to store data it needs in the database? If so, how would this be accomplished.

Additionally, if this is more of a plugin type item. Can themes package plugins with them as part of their installation?