Skip to content

Instantly share code, notes, and snippets.

@peter-2015
peter-2015 / gist:8898979
Last active August 29, 2015 13:56 — forked from Dimox/dimox_breadcrumbs.php
Added $format parameter in an array.
<?php
function dimox_breadcrumbs() {
/* === OPTIONS === */
$text['home'] = 'Home'; // text for the 'Home' link
$text['category'] = 'Archive by Category "%s"'; // text for a category page
$text['search'] = 'Search Results for "%s" Query'; // text for a search results page
$text['tag'] = 'Posts Tagged "%s"'; // text for a tag page
$text['author'] = 'Articles Posted by %s'; // text for an author page