WordPress Options - Rating, Reviews, Demo & Download
Plugin Description
WordPress Options is a free WordPress plugin specifically directed at designers and developers who wish to easily and quickly add options to their WordPress products with minimal code while at the same time providing a lot of features for power developers to extend the way the options behave.
Eager to get started using the plugin and write some code to see it in action?
Just hop directly into the introductory tutorial! The most efficient way to learn is by experiment. Also make sure you stay tuned for more tutorials in the future. You can ensure you won’t miss any by following us!
If you then also decide you want to provide an intuitive interface in your options panels for your users to easily install premium addons, you might want to consider purchasing the Addon Installer.
The plugin provides many different option types that cover most of any designer/developer requirements. The list of option types so far: boolean, text, integer, decimal, color, image, video, media, style, script, user, author, category, page, tag-list, options-page, options-section, addon.
Features
- Creates all Options UI elements automatically
- Automatic submission and storage for options
- Uses WordPress Settings API for maximum compatibility
- Built-in value type validation ensures reliability and security
- Multiple option types to select all kinds of data
- Includes option types for WordPress-specific data
- Supports custom validation for all option types
- Options pages can be placed anywhere in the admin menu
- Callback system to dynamically change item data
- Optional addon that allows authors to sell their own addons
Related Links:
- WordPress Options Official Page
- Simple tutorial to get you started
- Addon Installer which allows you to distribute your own premium addons
- The free Stripefolio theme provides a very good and complete real world example on how to use the WordPress Options framework in your own themes or plugins
Screenshots
-
An example of very basic code to create your options pages
-
This is the resulting options page created automatically with the code in the image above
-
An example code snippet on how to define your own custom (premium) addon option field
-
What the WordPress Options framework will create automatically for your custom addon code above