What are you trying to change HTML wise for the last two breadcrumbs? Also, how are you attempting to make these changes?
I am trying to add microdata to the breadcrumbs, so each node needs to have additional attributes. I have edited the admin file to allow me to add divs and sections, but I was trying to edit the class file to change the default template for the child nodes. But I have no idea how to successfully edit your plugin, so will you please help?
Regards,
Camden
Please don’t edit files that ship with the plugin. They will be overwritten when you update the plugin. If you need to add an additional tag or attribute to an existing tag, please follow this guide: http://mtekk.us/archives/guides/how-to-add-li-and-other-tags-to-breadcrumb-templates/
For the breadcrumb microformats, you don’t actually need divs (it is likely semantically incorrect to use them for breadcrumbs anyways). You should be able to just use spans rather than using divs.
Sir,
I understand that. And the article describes exactly what I did. But my question is: how do I edit the child nodes of the breadcrumb trail?
I did everything that was in the article. But the admin page in WP only allows me to edit the main homepage node. So how do I edit the template for the child nodes?
I am so sorry if I am misunderstanding something.
Regards,
Camden
Ok, I had taken this:
I have edited the admin file to allow me to add divs and sections, but I was trying to edit the class file to change the default template for the child nodes
to mean you had edited a plugin file. Anyways, you will want to update all of the breadcrumb template settings, not just the ones under the General tab in the settings page. Every type has it’s own breadcrumb template. Thus there are settings under each of the four tabs that you will want to update. Are these settings not saving/updating for you?