Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Need global to modify title_linked

Quote Reply
Need global to modify title_linked
Hi,

I'm trying to tidy up my search_results template. I want to provide a link to the category page for a matching link, but only to the deepest page of the breadcrumb trail.

For example, if title_linked is A : B : C : D, I want a simple hyperlink that will go to D.

I can get the value of D through <%Name%>. But how do I get D's URL? It's there as the last part of title_linked but how can I extract it?

Can anyone please suggest a global which will return just the last URL from the list that's contained in title_linked?

Cheers!