Theme Options Page Problems
-
I’m trying to write a class that I can easily drop in to all my future Themes to simply provide an options page. My goal is to have as little code as possible, basically just defining the fields that I want people to fill out.
This code works for the most part, in that it will show the form correctly.
The problem is that I can’t save the changes. I don’t know why my sanitize method (which will eventually be the validate method defined on the subclass, but currently is the update method on the abstract class so see if I can see anything happening.
The code is only half way done, but I figure since
update
returns the input arguments, it should work minimallyAny thoughts?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Theme Options Page Problems’ is closed to new replies.