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 trialJack Cummins
17,417 PointsIn the WordPress course do you have to edit the HTML, CSS, and javaScript or do you just do the WordPress part.
I was just wondering.
3 Answers
Jonathan Grieve
Treehouse Moderator 91,253 PointsIn most cases, you will only have to make minor edits to all of these and will mostly be concerned with learning the WordPress development side of things.
However you’ll need to have some understanding of how to use HTML, CSS and JS so you can develop websites and then port them over to WordPress themes. You’ll use a WordPress function to enqueue scripts and styles so they work the same way,
Jack Cummins
17,417 PointsWill you also have to know some back-end development?
Jonathan Grieve
Treehouse Moderator 91,253 PointsYou may need to understand how WordPress interacts with mySQL databases, yes.. but PHP is a backend language so that will be part of your development. :)
Jack Cummins
17,417 PointsThanks! Jack