25 lines
1.7 KiB
Markdown
25 lines
1.7 KiB
Markdown
# WordPress Custom Fields & Theme Options
|
|
[](https://github.com/StylemixThemes/wpcfto/releases)
|
|
[](https://github.com/StylemixThemes/wpcfto/blob/master/LICENSE)
|
|
|
|
We love Vue.js and WordPress so we tried to combine these two awesome techniques to build something to make development easier and faster.
|
|
Every field is a Vue Component, which saves in global data via WordPress default functions. Framework positioned as developer helper to build complicated options with extra logic, encapsulated from the main Application.
|
|
|
|
|
|
|
|
## Three-in-one
|
|
|
|
Today we have a lot of frameworks for adding options pages and custom metaboxes to posts or custom post types in WordPress.
|
|
Yet, we wanted to create a framework where you can create fields to use on options pages, post types, and even in categories or taxonomies.
|
|
In one framework you can create all options-related things for different plugins and themes and have unlimited content possibilities.
|
|
|
|
## [Full Documentation](https://docs.stylemixthemes.com/wpcfto)
|
|
|
|
- [Installation](https://docs.stylemixthemes.com/wpcfto/installation)
|
|
- [Theme Options page](https://docs.stylemixthemes.com/wpcfto/adding-page-options)
|
|
- [Custom Fields](#)
|
|
- [Post type Custom Fields](https://docs.stylemixthemes.com/wpcfto/adding-post-options)
|
|
- [Category Custom Fields](https://docs.stylemixthemes.com/wpcfto/adding-taxonomy-options)
|
|
- [Getting Fields](https://docs.stylemixthemes.com/wpcfto/getting-fields)
|
|
- [Available Fields](https://docs.stylemixthemes.com/wpcfto/fields/general-field-parameters)
|
|
- [Adding own Custom Field](https://docs.stylemixthemes.com/wpcfto/registering-field) |