Skip to content

Instantly share code, notes, and snippets.

@spacedmonkey
Created January 28, 2014 12:23
Show Gist options
  • Save spacedmonkey/8666712 to your computer and use it in GitHub Desktop.
Save spacedmonkey/8666712 to your computer and use it in GitHub Desktop.
Add yoast breadcrumb - bootstrap
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<nav class="breadcrumbs" role="navigation">','</nav>');
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment