Certain Genesis child themes like the Genesis Sample defines some features like the number of footer widget areas in config/theme-supports.php like this: Full code: Generally speaking, child themes are meant to be customized. So if you are looking to change the number of footer widget areas to say 4, it is okay to change the […]
add_theme_support
The Comprehensive Guide to Genesis Theme Supports
This article covers the code snippets to control the various aspects of a Genesis site by adding and removing support for features. Note: In the examples below you’d replace portfolio with your post-type name. Code goes in child theme’s functions.php. Add support for footer widgets // Add support for 4-column footer widgets add_theme_support( ‘genesis-footer-widgets’, 4 […]
Recent Comments