MG 2.1 How to change breadcrumb positions

mjda

Well-known member
I added a new breadcrumb to my album view pages using this template change:

Code:
<xf:breadcrumb href="{{ link('canonical:media/albums/users', $album) }}">{$album.User.username}'s albums</xf:breadcrumb>

It's working fine, except I want that to be the last breadcrumb link listed. Here's what it looks like now:

Gallery > Mike's albums > Browse albums

and I want it to be like this:

Gallery > Browse albums > Mike's albums

Can someone tell me how I could go about this, please?
 
@Jeremy P, you were right. I found the other breadcrumb further down the template. I was expecting it to be near the top and never even looked much further down. 🤦‍♂️ Moved mine, and now it's working perfectly. Thanks again!
 
Top Bottom