Hi. I cant figure out what I am doing wrong here.
I am trying to get the URL to change if segment_2 is ‘latest’
<a href="{title_permalink='gallery/view'}/{if segment_2 == 'latest'}latest{if:else}{segment_4}{/if}">For some reason even if the segment_2 is ‘latest’ it doesn’t add /latest to the URL.
Does my code look right?
Thanks