Beskrivning
This plugin allows you add options pages simply via Options Page Builder. It’s free but supports premium features: tab, group field, repeatable field, field dependencies. It’s powerful but lightweight and fast.
Beside built-in fields, PuppyFW also allows you can create your own fields easily.
Checkout the short video below to have a first look about this plugin:
More Information
- For help use wordpress.org or create issues on Github
- Fork or contribute on Github
- Visit my website
- View my other WordPress Plugins
Installation
- Upload the plugin files to the
/wp-content/plugins/puppyfw
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ’Plugins’ screen in WordPress.
- Go to
Options pages > Add New
to add an options page. - Follow the documentation for more detail.
Vanliga frågor
- Installation Instructions
-
- Upload the plugin files to the
/wp-content/plugins/puppyfw
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ’Plugins’ screen in WordPress.
- Go to
Options pages > Add New
to add an options page. - Follow the documentation for more detail.
- Upload the plugin files to the
- Does it support nested tabs
-
Yes, it supports multi-level nested tabs.
- Can repeatable field woth with group, editor?
-
Yes, repeatable field can work with any fields.
- Can group field be sortable and collapsible?
-
At the moment, it can’t. But they will be supported in the future.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”PuppyFW” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”PuppyFW” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
0.4.4
- Fix missing removeRule() method in options page builder
0.4.3
- Added alpha channel option for colorpicker field
- Fix colorpicker attributes doesn’t work with WordPress 4.9
0.4.2
- Fix field attributes doesn’t work
- Fix image field doesn’t work when use URL
- Fix slashes issue when save fields
0.4.1
- Fix Vietnamese text encoding
0.4.0
- Support media buttons in editor field (requires WordPress 4.9)
- Added import/export feature for options page builder
- Hook
puppyfw_builder_assets
- Show options page data in posts list table
- Removed
PUPPYFW_VERSION
constant - Check the existing of function
puppyfw()
to load plugin instead ofPUPPYFW_VERSION
constant which be removed
0.3.0
- First release