I have tried to do url_title().
but how to customize this function?
I have tried to do url_title().
but how to customize this function?
ok guys... i found the solution.... i customize the url title in url_helper..with use
$str = preg_replace('/[^A-Za-z0-9-]+/', '-', $str);
and its work