The Site Options plugin is simple and product for adding your custom site options on default page Settings -> Reading..
Just define needed settings in your functions file.
Access in the theme files global $wpto echo $wpto->getOption.
Define your custom fields in your file function's..
Allow to Settings - Reading and specify field values...
Just setup and activate the plugin through 'Plugins Add WordPress...
You can define custom fieldtype by filter, if no one this types was detected, see inc fields php, filter 'wpto echo field...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
GALLERY field type henceforth return array instead string. 1.2 05 03 17.
Added ability to request clear field value without filtering.
Read more