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

Lee Ruane
6,365 PointsEditing WordPress Themes
I am new to WordPress and until I can create my own custom themes I would like to make child themes and customise them that way for now.
But do I need to keep the credits in the footer? (i.e. Theme by: Theme Creator)?
I have been reading online about it and is it true that if you use a theme from WordPress.org then you can make any changes you like - including removing these creators details?
Thanks in advance. Lee
4 Answers

Kevin VanConant
1,833 PointsGNU GPLv2 and later you can edit the theme any way you would like.
You are allowed to remove the footer links.

Kevin VanConant
1,833 PointsWhich theme are you using?
Your themes that have GPLv3 license you can remove the footer. MOST of your free CMS themes (Joomla, Wordpress, Drupal) you can remove the footer links.

Lee Ruane
6,365 PointsThanks very much Kevin.
I am using the Ascent theme by Pitabas Behera and it says "License: GNU General Public License v2 or later" so I am assuming that it's OK to remove?
Many thanks.

Lee Ruane
6,365 PointsThanks very much for your help!

Kevin VanConant
1,833 PointsNo problem at all!