Jonnyauk / Wonderflux

A free, professional Open Source theme framework for WordPress & BuddyPress. Download the latest stable release by clicking on the 'releases' tab. API documentation at http://wonderflux.com/guide or drop by the main site at
http://wonderflux.com
159 stars 46 forks source link

Update Wonderflux functionality to use add_theme_support() #14

Open Jonnyauk opened 11 years ago

Jonnyauk commented 11 years ago

There is quite a bit of functionality that would benefit from using the core WordPress functionality of add_theme_support(). Theme designers are used to using this - and with theme customizer it could be used like this in a child theme to enable the control for sidebar position:

add_theme_support( 'wfx-theme-customiser', array('site-container','sidebar','sidebar-position') );