Sometimes you want to make your WordPress Theme more dynamic with simple user inputs. Strings, texts, yes or no, choices.
You have two choices:
- code a Theme Options page by yourself (work, time you could spend on the theme)
- Use existing options, such as Plugins (more or less complicated, dependencies)
Fastoptions is better:
- easy 3 step install, add options on the fly to a YAML formatted file (that's 1 minute of work)
- bind your options where they belong, to your theme (dependencies problem solved)
Features
- easy 3 step install
- YAML formatted file to store options
- add options on the fly with a couple of lines
- supports strings, texts, yes/no (checkbox) and choices (radio buttons)
- smart default values for even less work
- read/write options anywhere in your Theme
- Theme Options Panel integrates in the WP Admin Panel seamlessly
- powered by Ajax, no page reloads required for saving/restoring
- inline help if options file is missing
Questions & Comments