When a post belong to multiple categories, is there a way to specify which category post breadcrumb uses
e.g.
Post title 1 belong to both
category1 and
category2 but it prints followin when in the post page
Home > Category 2 > Post title 1
but I want this to always be
Home > Category1 > Post title 1
Thanks