-
Notifications
You must be signed in to change notification settings - Fork 1
Home
JayWood edited this page Mar 30, 2014
·
3 revisions
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
- Download Zip file to desired directory, either theme or plugin.
- (Optional) Rename folder to
jw_options
- Add options include/require in
functions.php
of theme/plugin, ieinclude('jw_options/simple_options.php');
- Add class include/require in
functions.php
of theme/plugin, ieinclude('jw_options/custom_options.php');
- Modify
custom_options.php
to your liking. - Profit???