Modifying the breadcrumbs

Is there a way to modify the breadcrumbs for a resource? For instance, if I go to http://localhost/app/posts/4/edit, how do I get the breadcrumbs to read:

Threads > Example Thread > My Post Title > Edit

instead of:

Posts > My Post Title > Edit
Solution
You can overwrite the breadcrumbs on the page level. getBreadcrumbs()
Was this page helpful?