Skip to content

Instantly share code, notes, and snippets.

View netinho-flavio's full-sized avatar
🤖

netinho-flavio

🤖
View GitHub Profile
/*=============================================
BREADCRUMBS
=============================================*/
function the_breadcrumb()
{
$showOnHome = 0; // 1 - show breadcrumbs on the homepage, 0 - don't show
$delimiter = '»'; // delimiter between crumbs
$home = 'Início'; // text for the 'Home' link
$showCurrent = 1; // 1 - show current post/page title in breadcrumbs, 0 - don't show
$before = '<span class="current">'; // tag before the current crumb