Wednesday 16 February 2011

Wordpressing

Today I was working on the admin area for my ebay wordpress plugin, and trying to find the best way to do it. Although I found a few tutorials, none really seemed to be suitable for the way my plugin options are structured.

The best one I found was: How to Create a Better WordPress Options Panel, but even this is very basic. It doesn't cover theme options stored in a multidimensional array, and doesn't cover checking POST values and re-populating form fields with POST values if the POSTed values weren't saved to the db (e.g. if one of the fields was filled in incorrectly).

No comments: