Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Last active August 17, 2016 13:49
Show Gist options
  • Save nickdavis/3fed57fc02e300473b8f295adee36022 to your computer and use it in GitHub Desktop.
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)
<?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