In your experience, are options in the admin panel crucial for a WP theme to be successful? I;m adept at front-end, and could build my own theme, but I’d really struggle to do the PHP stuff on my own (and don’t currently have the means to pay somebody. I’d love to get your thoughts on this, thanks!
- Sold between 250 000 and 1 000 000 dollars
- Exclusive Author
- Interviewed on the Envato Notes blog
- Author was Featured
- Item was Featured
- Beta Tester
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
matt5409 said
In your experience, are options in the admin panel crucial for a WP theme to be successful? I;m adept at front-end, and could build my own theme, but I’d really struggle to do the PHP stuff on my own (and don’t currently have the means to pay somebody. I’d love to get your thoughts on this, thanks!
Soon or later when making premium layouts you’ll need some general options to handle exceptions.
Using option tree is pretty easy, you don’t need any expert skill to use it 
ParkerAndKent said
matt5409 said
In your experience, are options in the admin panel crucial for a WP theme to be successful? I;m adept at front-end, and could build my own theme, but I’d really struggle to do the PHP stuff on my own (and don’t currently have the means to pay somebody. I’d love to get your thoughts on this, thanks!Soon or later when making premium layouts you’ll need some general options to handle exceptions.
Using option tree is pretty easy, you don’t need any expert skill to use it![]()
hmm, seems useful, thanks for that i’ll look into it 
I use: https://github.com/devinsays/options-framework-theme
Options tree isn’t a great solution as your buyers will need to install the plugin for them to use the options. Another step on installation, is another pain point for buyers.
Hope that helps.
edit: also to add, Options Tree has broken in the past leaving some authors stuck…just glad I wasn’t using it.
ChrisMooney saidThanks Chris, just watching the tutorial video now, it looks really good.
I use: https://github.com/devinsays/options-framework-themeOptions tree isn’t a great solution as your buyers will need to install the plugin for them to use the options. Another step on installation, is another pain point for buyers.
Hope that helps.
edit: also to add, Options Tree has broken in the past leaving some authors stuck…just glad I wasn’t using it.
I’m selling a wordpress options panel, have a look in my portfolio. It’s really easy to implement – little to no PHP experience is required.
I think its pretty crucial to have an options panel, from my experience people are generally quite lazy (or short of time) and prefer to set stuff via an options panel rather than doing coding 
I personally use: https://github.com/sy4mil/Options-Framework
I’m far from being a PHP expert and I find it easy to use.
quitenicestuff said
I think its pretty crucial to have an options panel, from my experience people are generally quite lazy (or short of time) and prefer to set stuff via an options panel rather than doing coding![]()
I personally use: https://github.com/sy4mil/Options-Framework
I’m far from being a PHP expert and I find it easy to use.
I agree with this ! I don’t think you could be able to offer a theme that is minimally customizable without an admin panel. No one would buy that except if your theme is extraordinarily unique ! You might consider for example HTML templates if you don’t like the idea of an admin panel !
Hey, guys, as a variant you could build your own theme options with a help of http://codex.wordpress.org/Settings_API
thanks again for all the useful responses. this is getting bookmarked. I really want to offer value with my work, and it just seems right that if I’m creating for WP there will be custom options.
thanks again
