Last active
August 17, 2016 13:49
-
-
Save nickdavis/3fed57fc02e300473b8f295adee36022 to your computer and use it in GitHub Desktop.
Search for genesis-footer-widgets in your theme's functions.php file and change the number you find to the number of widget areas you would like (you may also need to tweak the CSS found in the theme's style.css file to achieve your desired layout)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_theme_support( 'genesis-footer-widgets', 3 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment