Hi
I am trying to set up custom breadcrumbs on my drupal 7 sites.

The site is divided into 4 main sections - theses are divided by taxonomy but each menu page is a view showing all articles with that term.

The url alias for the nodes looks like this:
news/[node:field-news-category]/[node:title]

In the custom titles I have:
[node:field-news-category]
[node:title]

In paths:
news/[node:field-news-category]

My problem is that the path is incorrect as it is showing the human readable term and not the machine readable term.

How do I correct
news/[node:field-news-category]

?
THanks