1.7 KiB
WordPress Custom Fields & Theme Options
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.