Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nusserstudios/3886ca5148bcde213ecec6cc3f72919e to your computer and use it in GitHub Desktop.
Save nusserstudios/3886ca5148bcde213ecec6cc3f72919e to your computer and use it in GitHub Desktop.
Yoast SEO Breadcrumbs with Foundation Markup
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<ul class="breadcrumbs">'.'<li>','</li>'.'</ul>'); } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment