I'm trying to get some nice clean urls for my website. Right now they include () , & , " and so on and some letters are uppercase....
Is there any way to automatically remove all the special characters and convert the url to lowercase?
This is the code which output my urls:
<a href="{$item.id}/{$item.title|replace:" ":"-"|escape:"htmlall"}" class="sitelink">{$item.title|truncate:30:"...":true|replace:"_":" "}</a>
Thanks in advance & merry christmas
