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 trialANTONIO ALTAMIRANO
9,428 PointsI can't find the answer to this question. Genesis Theme Development
One of the things to do before launching a site for a client is to move site functionality functions into a _________. We can’t do that with a marketplace theme, though, because functions must remain packaged in the theme’s files.
1 Answer
Brian Hayes
20,986 PointsBest practice WordPress site development says that any functions that are adding functionality to the site itself as oppose to affecting layout should go into a site functions plugin. Plugins can be packaged with themes and dependancies can be set for that plugin to be activated before the theme can function.
So I'd think your answer is "plugin"
ANTONIO ALTAMIRANO
9,428 PointsANTONIO ALTAMIRANO
9,428 PointsThank You! Joey. I just drew a blank on that question. I had already passed the quiz and moved on but it bugs me when i don't know the answer to a question.