Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created November 19, 2014 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/69fc74f67e4e700781b5 to your computer and use it in GitHub Desktop.
Save jchristopher/69fc74f67e4e700781b5 to your computer and use it in GitHub Desktop.
<?php
if ( function_exists( 'menu_breadcrumb') ) {
menu_breadcrumb(
'main', // Menu Location to use for breadcrumb
' &raquo; ', // separator between each breadcrumb
'<p class="menu-breadcrumb">', // output before the breadcrumb
'</p>' // output after the breadcrumb
);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment