Tagged Questions
0
votes
2answers
65 views
How to use a newly registered setting with a checkbox and the default value 'true'
I'm currently working on a plugin in which I would like to have a new setting (called 'show_introduction') that has the default value 'true'.
I did this by the following which is hooked into ...
1
vote
1answer
587 views
Multiple options pages validation for a plugin
I am writing a plugin and I decided to have multiple pages for different options of the plugin (for clarity's sake). Doing a single option was a piece of cake, but I'm encountering difficulties when ...
1
vote
1answer
153 views
New custom theme option (text input) giving index error
I am using the theme-options.php file from ThemeShaper:
http://themeshaper.com/2010/06/03/sample-theme-options/
I can succesfully add new dropdown options, however when I add a new text input I ...
