[ad_1]
Hi @monkeydluffy
Our code snippets are made to be used by developers who know their way around PHP and JS, but they’re very easy to understand by novice users as well.
If you take a close look at the snippet, it modifies the blocksy:breadcrumbs:items-array filter. It first checks if the page you’re looking at is a singular page, then goes and modifies each item in order — given by the [1] [2] selector. In your case, it should be pretty simple. Just count the number of items until the one you want to modify (home counts as 0) and modify the breadcrumb to what you like — here’s where you’ll likely need a developer friend, to see how you can pull in whatever data you might want.
Hope this points you in the right direction!
Thanks.
