Skip to content

Instantly share code, notes, and snippets.

@neilgee
neilgee / functions.php
Last active August 29, 2015 13:57 — forked from longjasonm/functions.php
Genesis Four Column Footer Widgets
<?php
//* Do NOT include the opening php tag
// Add support for 4-column footer widgets
add_theme_support( 'genesis-footer-widgets', 4 );