Skip to content

Instantly share code, notes, and snippets.

View jaycbrf4's full-sized avatar

Jay jaycbrf4

View GitHub Profile
@jaycbrf4
jaycbrf4 / header.php
Last active January 8, 2016 14:40 — forked from setola/functions.php
Extended Walker class for use with the Twitter Bootstrap toolkit Dropdown n-levels menus in Wordpress. With caret for sub-menu parents
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<?php
$args = array(
'theme_location' => 'top-bar',
'depth' => 0,
'container' => false,
'menu_class' => 'nav',