Skip to content

Instantly share code, notes, and snippets.

@benjaminniess
Created December 8, 2013 17:40
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 benjaminniess/7860783 to your computer and use it in GitHub Desktop.
Save benjaminniess/7860783 to your computer and use it in GitHub Desktop.
The default WP SEO breadcrumb
<div id="breadcrumb">
<div class="wrapper">
<div id="breadcrumb-holder">
<span>
<span typeof="v:Breadcrumb"><a href="#" rel="v:url" property="v:title">Accueil</a></span> >
<span typeof="v:Breadcrumb"><a href="#" rel="v:url" property="v:title">breadcrumb level 1</a></span> >
<span typeof="v:Breadcrumb">
<span class="breadcrumb_last" property="v:title">breadcrumb level 2 (current)</span>
</span>
</span>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment