Is it possible to remove the breadcrumbs from only the homepage, with 1 local.xml in magento? How can I do it?
I've tried this, but it's not working... :(
<cms_index_index>
<reference name="root">
<remove name="breadcrumbs"/>
</reference>
</cms_index_index>