Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 10, 2015 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reasonstousegenesis/5e2cf39ea0a65bf5212d to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/5e2cf39ea0a65bf5212d to your computer and use it in GitHub Desktop.
Configure a single-column footer
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Configure a single-column footer
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/footer-widgets-columns/
*/
add_theme_support( 'genesis-footer-widgets', 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment