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 trialBRAEDEN PLEIN
16,234 PointsIf I design and sell a theme does my css and design become open source?
If the design and CSS weren't made with WordPress. But you make it into a WordPress Theme. Would it fall under the same license as WordPress?
1 Answer
Kevin Korte
28,149 PointsIf you take at HTML/CSS website, and turn it into a wordpress theme, than to be in compliance with WP licensing, you have to license that theme or plugin as GNU GPL.
I wouldn't worry to much about the design and css being out there, wordpress theme or not, if it's online, anyone has access to your see your html/css/javascript and completely steal copies of that code.
BRAEDEN PLEIN
16,234 PointsBRAEDEN PLEIN
16,234 PointsThanks Kevin, you're absolutely right.