devinsays / options-framework-theme

An Options Panel Framework to help speed theme development.
http://wptheming.com/options-framework
GNU General Public License v2.0
754 stars 229 forks source link

With the "inc" folder in my parent theme, how can I add additional options through my child-themes functions.php file? #198

Closed sirskitzo closed 6 years ago

sirskitzo commented 9 years ago

My parent theme has options set in the functions.options.php file, what's the proper way to add additional options, on-top of my parent themes options, through my child theme?