I am trying to figure out how to omit certain words from the anchor text in my breadcrumb trail. Each breadcrumb anchor text is displayed based on the name of the page or post being displayed. I want to hack the plugin so certain text is removed from one of the page breadcrumbs even though it is in the title of that specific page.
For example, my current breadcrumbs are being displayed like this:
Home > NFL Football Teams > San Francisco 49ers
I want the breadcrumbs to be displayed like this:
Home > NFL > San Francisco 49ers
In the above example, the text "Football Teams" is removed from the parent page in the breadcrumb trail.
Can this be done by hacking the plugin php code or with javascript?