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

missgeekbunny
missgeekbunny
37,033 Points

Any Wordpress Plugin Developers Out There?

I'm starting to build my own Wordpress Theme Framework and I'm wondering what are things that I could include in my theme to make things easier for developers? My idea is to make something like Studio Press's Genesis without the exorbitant price tag and I want to make sure that it is very plugin friendly. Any thoughts?

1 Answer

As long as you follow WP best practices, you should be fine with plugins. Plugins should be doing things like prefixing their functions and classes so as not to interfere with theme developers. It's more on plugin developers to play nice.

I strongly disagree that Genesis has "exorbitant" price tag. It's far better than 95% of existing WP themes in terms of codebase and it would take you hundreds or thousands of hours to develop something as well-tested and robust. Your time should be worth something.

$60 for a theme framework you get updates for life for is nothing. Your clients get to improve their security and SEO without you being involved. Don't be cheap.