Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Noah Wedan
4,168 PointsHTMLl/CSS vs Wordpress
So Im looking at the website that you can make with WordPress and was thinking how much easier it would be to make a good looking website with WordPress instead of using hours of coding. So I was wondering which is easier and better for web design.
oh and is it possible to make a WordPress website and then edit some of the stuff with css, javascript etc...
2 Answers

Daniel Wilson
5,929 PointsWordPress can be very easy to set up. You can definitely edit the code in WordPress - some themes have an area where you can insert custom code, or you can edit the files directly from the WordPress admin page under Appearance, Editor. If you create a child theme, you can save any changes you make when updates are made to your current theme. Details on creating a child theme are in the how to make a website with wordpress course.

Erik Krieg
43,038 PointsBesides using pre-made themes or child themes, it is also not too much extra trouble to learn how build your own custom themes if you already know some php, so WP can be the best of both worlds.