Skip to content

Instantly share code, notes, and snippets.

@phpbits
Created September 12, 2017 08:57
Show Gist options
  • Select an option

  • Save phpbits/cf41336918aa758d3b0a3b02810c5ba8 to your computer and use it in GitHub Desktop.

Select an option

Save phpbits/cf41336918aa758d3b0a3b02810c5ba8 to your computer and use it in GitHub Desktop.
Enable WordPress Genesis Footer Widget Area
<?php
//* Add support for one fullwidth footer widgets
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