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

WordPress

Robbie Thomas
Robbie Thomas
31,093 Points

WordPress rookie question

I'm trying to get WordPress down and attempting to make my own themes, however, I'm not doing too well at it. I know it'll be a while until I could produce something "premium."

Is it better to continue on trying to make my own theme or use other themes and modify them until you get the idea? (Of course, it's up to the theme author if they allow it). Also, any other frameworks one can recommend?

Amy Kelly
Amy Kelly
3,588 Points

If you download WordPress and open the folder in your text editor you should be able to see some themes already there. By looking at these themes you can see how WordPress uses PHP to create the website. The best way to learn is by doing it yourself because you will find a lot of themes require plugins, what you want to be learning is what goes on behind that plugin to make it work. You can do as you said and use themes but the best practise is to do it yourself. When creating your own a good plugin to use is ACF which is very helpful: https://selfteach.me/acf-flexible-content-modular-wordpress-themes/ http://www.elliotcondon.com/using-the-advanced-custom-fields-plugin-to-create-a-custom-home-page-in-wordpress/ This website is also very useful for all things WordPress https://codex.wordpress.org/WordPress_Lessons Hope this was helpful :)