Created
April 5, 2018 13:19
-
-
Save nusserstudios/3886ca5148bcde213ecec6cc3f72919e to your computer and use it in GitHub Desktop.
Yoast SEO Breadcrumbs with Foundation Markup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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