Theme Options Panels, What are some good examples from Frameworks or Premium Themes? [closed]
IT Nursery
May 7, 2022
0
I really like https://github.com/devinsays/options-framework-plugin
Does anyone know any other good implementations of an options panel from a Framework or from another premium Theme? I think its a major factor in deciding whether to use a theme. I’d like to get a good list of whats being done out there. WordPress StackExchange Community, what are your thoughts in general this?
4 Answers 4
Of the few I’ve seen, I think that most “premium” Themes way over-complicate Theme Settings pages. I generally prefer Theme Settings pages that maintain the style/layout of the rest of the WP-Admin UI. So, these would be my rules of thumb:
Incorporate meaningful settings, and not necessarily every possible setting under the sun.
Organize settings logically.
Maintain consistent layout/style with the rest of the WP-Admin UI, including Settings fields, sections, and page tabs. Note: use of the Settings API makes this dead-simple.