Skip to content
JayWood edited this page Mar 30, 2014 · 3 revisions

JW Simple Options

I made this panel out of a necessity for a client of mine and also due to the complexity of tons of other 'options panel' scripts. Not to mention, it's better if you know it.

Wiki is a work in progress.

  • Accessing Options
  • Available Option Types
  • Required Options

Installation

  1. Download Zip file to desired directory, either theme or plugin.
  2. (Optional) Rename folder to jw_options
  3. Add options include/require in functions.php of theme/plugin, ie include('jw_options/simple_options.php');
  4. Add class include/require in functions.php of theme/plugin, ie include('jw_options/custom_options.php');
  5. Modify custom_options.php to your liking.
  6. Profit???
Clone this wiki locally