themehybrid / hybrid-core

Official repository for the Hybrid Core WordPress development framework.
GNU General Public License v2.0
689 stars 144 forks source link

Where are the options? #146

Closed BassemN closed 7 years ago

BassemN commented 7 years ago

Hello,

I checked the wiki and I didn't find the supported options to build a theme options page. the same case for build meta boxes. Is there something I'm missing?

Thanks

justintadlock commented 7 years ago

Closing since this is not a bug report or feature request. Support queries should be handled here: https://themehybrid.com/board/topics

WordPress already has a theme options API (there's a few custom controls built into Hybrid Core): https://developer.wordpress.org/themes/customize-api/

As for meta boxes, here's the docs for that: https://developer.wordpress.org/plugins/metadata/custom-meta-boxes/

If you're looking for a meta box framework, check out ButterBean: https://github.com/justintadlock/butterbean