Skip to content

Instantly share code, notes, and snippets.

View devendrabisht's full-sized avatar
👨‍💻
Busy in developing status

Devendra Bisht devendrabisht

👨‍💻
Busy in developing status
View GitHub Profile
@longjasonm
longjasonm / functions.php
Last active November 6, 2019 00:40
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 );