';
}
$items = $homelink . $items;
return $items;
}
add_filter('wp_list_pages', 'inkthemes_nav_menu_items');
/* ----------------------------------------------------------------------------------- */
/* Breadcrumbs Plugin
/*----------------------------------------------------------------------------------- */
function inkthemes_breadcrumbs() {
$delimiter = '»';
$home = 'Home'; // text for the 'Home' link
$before = ''; // tag before the current crumb
$after = ''; // tag after the current crumb
echo '