jonathan1979 Posted July 25, 2013 Share Posted July 25, 2013 I am trying to get rid of the Portal Home part of the breadcrumb. This is what I have done: <p class="breadcrumb">{$breadcrumbnav|replace:'Portal Home':''}</p> That works fine, except I now have a ">" at the beginning of the breadcrumb that I do not want. I have tried a number of ways but fear my coding skills are not up to scratch here. Anyone able to offer some guidance? TLDR: I want to remove "Portal Home >", but I have only manged to remove "Portal Home". - - - Updated - - - OK, No idea why this works but it does: <p class="breadcrumb">{$breadcrumbnav|replace:'>Portal Home</a>':''}</p> I guess perseverance and trial and error works sometimes. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.