I want to reformat the_title(); the exact same way as WordPress does with the permalinks.
“Borislav Pekić” becomes “borislav-pekic”, “Alberto Méndez” becomes “alberto-mendez” and so on.
<?php
$forfattare = the_title();
?>
I’ve tried to find the way WordPress does it, but i can’t find it. Thanks in advance.
I use this: