Hi
I 'm creating an in page nav type thing with newPagelist and trying to have it write it as "Do you know we also do Page Name 1, Page Name 2, Page Name 3 & Page Name 4? "
I can use css selectors to place the , & ? correctly but the current page needs to actually not exist for this to work.
Currently I'm just adding a class to hide the current page if <@ if @{ :currentPath }@> class="hidden" <@ end @>
but it is still in the html so my selectors arent working correctly.
Is there a way to iterate pageList but not include current page?
Cheers