Skip to content

Instantly share code, notes, and snippets.

View wunderful's full-sized avatar

Oliver Martin wunderful

View GitHub Profile
@jaredpalmer
jaredpalmer / functions.php
Created May 27, 2015 14:33
CodyHouse Wordpress Mega Menu
// This is the CodyHouse navigation for the clothing tab, it is overkill for the site.
function html5blank_mega()
{
wp_nav_menu(
array(
'theme_location' => 'header-nav',
'menu' => '',
'container' => 'nav',
'container_class' => 'menu-{menu slug}-container',