My urls for posts in WordPress looks like this: http://localhost:8888/blabla/book/yes-vi-testar
the_permalink()
"http://localhost:8888/blabla/book/yes-vi-testar" yazınca kullanma ama ben "evet-vi-Testar" gibi bir dize almak için ilk 34 karakteri kesmek istiyorum . Nasıl böyle bir durumda php substr kullanabilirim? Kafam karıştı ... Denedim
<?php
$friendlypermalink = substr(the_permalink(), 34);
?>
ancak hile yapmaz.