Skip to content

Instantly share code, notes, and snippets.

@hiranthi
Created January 3, 2014 16:01
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 hiranthi/8240392 to your computer and use it in GitHub Desktop.
Save hiranthi/8240392 to your computer and use it in GitHub Desktop.
Shopp breadcrumbs with schema.org stuff added.
<p>
<?php
$bc = array(
'separator' => '&nbsp;/&nbsp;',
'wrap' => '<p class=”breadcrumb”><span xmlns:v="http://rdf.data-vocabulary.org/#"><span typeof="v:Breadcrumb"><a href="http://liefdevol-opgroeien.nl" rel="v:url" property="v:title">Home</a></span> / ',
'endwrap' => '</p>',
'before' => '<span typeof="v:Breadcrumb"><span property="v:title">',
'after' => '</span></span>'
);
shopp( 'storefront.breadcrumb', $bc );
?>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment