Skip to content

Instantly share code, notes, and snippets.

@simonlk
Created November 5, 2012 04:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonlk/4015401 to your computer and use it in GitHub Desktop.
Save simonlk/4015401 to your computer and use it in GitHub Desktop.
Output menu item description within Roots theme menu item
// goes within nav.php before $output .= $item_html;
// output menu description
$item_html .= ' <span class="menu-desc">' . $item->description . '</span>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment