<?php
//* Do NOT include the opening php tag shown above. Copy the code below to the end of your functions.php file.
//* Add support for 4-column footer widgets
add_theme_support( 'genesis-footer-widgets', 4 );
<?php
//* Do NOT include the opening php tag shown above. Copy the code below to the end of your functions.php file.
//* Add support for 3-column footer widgets
add_theme_support( 'genesis-footer-widgets', 3 );