2014-05-03, 23:57:55
Just a side note. If you don't need the microdata, here's a simple, modified version of mvlcek's example for breadcrumbs with I18N Navigation. (I only inserted the <?php if... line.)
Code:
<div class="breadcrumbs">
<a href="<?php echo find_url('index',null); ?>">home</a>
<?php get_i18n_breadcrumbs(return_page_slug()); ?>
<?php if (nm_is_single()) { ?>» <span class="breadcrumb"><a href="<?php nm_post_url(); ?>" title="<?php nm_post_title(); ?>"><?php nm_post_title(); ?></a></span><?php } ?>
</div>