I have an asset which is linked to multiple places in a single site. I then have another page with content and I want to insert a normal hypertext link to the asset that is linked to multiple places.
I do however want to link to the linked asset that's under a particular parent. When I try to do this, it links to the linked asset under a different parent. So it kinda loses its parent focus even though the asset I'm linking to is correct.
How can I link to the asset that's under the correct parent?
Thanks in advance.
Matrix treats both links, and tus URLs, equally. It will pick the URL that most closely matches the current URL the user is viewing. If neither is related (i.e., in the same section of the site) it will pick the shorter one.
There is no way to tell Matrix to use one URL over the other. You'd have to hard-code the URL you want rather than have it automatically replaced for you.
Ahh ok. Will hardcode the link then. Thanks Greg.