Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 10, 2015 15:12
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/879d8800f2739890124c to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/879d8800f2739890124c to your computer and use it in GitHub Desktop.
Configure a 3-column footer
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Configure a 3-column footer
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/footer-widgets-columns/
*/
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