Tagged Questions
0
votes
1answer
427 views
Remember form field values with page navigation
I have a form on a page template that controls which posts show up on the page and how those posts are ordered. You can see what I mean here: http://www.theseattlevine.com/the-vine
The questions I ...
1
vote
1answer
155 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 ...
2
votes
2answers
759 views
Correct Approach for Validating Custom Field Input
I have a custom post type with several custom fields. I am looking to do some validation on these fields because they will be used downstream by other services. So, it is important that it can't be ...