Skip to content

Instantly share code, notes, and snippets.

View shawnmorgan's full-sized avatar

Shawn Morgan shawnmorgan

View GitHub Profile
@shawnmorgan
shawnmorgan / functions.php
Created November 23, 2015 04:42 — forked from longjasonm/functions.php
How to set up a 4-column footer in the Genesis framework. I've only seen code about 3-column setups, but I need 4 for a design I'm working on. Here's my code.
<?php
//* Do NOT include the opening php tag
// Add support for 4-column footer widgets
add_theme_support( 'genesis-footer-widgets', 4 );