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

Konrad Pilch
Konrad Pilch
2,435 Points

WordPress Best Practices - Theme Development, what are they?

What are WordPress Best Practices ?

Do you have a website like your portfolio that i could have a look on? I just want to get best practices on it.

Something easier than twenty-fourteen or whatever. unless theres something good on treehouse.

I watched hierachy WP and so on, till Hooks and or filters.

1 Answer

Sue Dough
Sue Dough
35,800 Points

First don't do alot of development in themes. Do that in plugins. Use WP-CLI to create unit tests. And follow the WordPress coding standards https://codex.wordpress.org/WordPress_Coding_Standards .