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

CSS

HOW TO DESIGN WORDPRESS THEMES? want to put my css skills to use.

I have completed several courses about web design and CSS. I have designed varius static websites for practice. Now I want to start designing wordpress themes and I have no Ida where to start. I wish there was a course for that in here.

3 Answers

Omar,

If you don´t know anything about wordpress I suggest you to take "Learn Wordpress" track, this track will teach you what wordpress is about.

If you are serious about building Wordpress Themes, I`ll recommend you to take the following courses:

PHP Basics

PHP Functions

Object Oriented PHP Basics

If you don´t want to learn PHP first then take the following course, but keep in mind that at some point you should learn PHP so I suggest you to take the PHP courses before jumping into Wordpress.

PHP for Wordpress

Once you are done with PHP courses jump into the "Wordpress Development Track".

Omar,

there is way to start! go to the WordPress dev class:

https://teamtreehouse.com/tracks/wordpress-development

here they will teach you everything you need to know about build WordPress themes and plugins. I hope this is what you're looking for.

Yeah, I'm going to have to agree with Andres on this one. If you don't have any PHP background, you will need to learn that first, WordPress is written in PHP so in short if you want to work with WP you need to know PHP.

Thank you so much for your help!