Skip to content

Instantly share code, notes, and snippets.

View nicolaskempf57's full-sized avatar

Nicolas KEMPF nicolaskempf57

View GitHub Profile
@bugsysop
bugsysop / anchor-breadcrumbs.php
Created May 25, 2013 22:45
Create a breadcrumbs for Anchor CMS. Add this function in the theme functions.php file.
/*
Usage:
<?php foreach(mytheme_breadcrumbs() as $uri => $name): ?>
<a href="<?php echo $uri; ?>"><?php echo $name; ?></a>
<?php endforeach; ?>
*/