function inkthemes_breadcrumbs() {
$delimiter = '»';
$home = 'Home'; // text for the 'Home' link
$before = '<span class="current">'; // tag before the current crumb
$after = '</span>'; // tag after the current crumb
echo '<div id="crumbs">';
global $post;
$homeLink = home_url();
echo '<a href="' . $homeLink . '">' . $home . '</a> ' . $delimiter . ' ';
i want it do be different in each language, it isn't something that has to be changed but i would like to know if it is possible to have it different in each language :)
thanks
$home = 'Home'; // text for the 'Home' link