I write
<?php echo permalink_anchor('title'); ?>
to get a post slug. But I receive no result. I use this function in the loop. Other functions like the_ID() work good in the same place. How can I get post slug?
I write
<?php echo permalink_anchor('title'); ?>
to get a post slug. But I receive no result. I use this function in the loop. Other functions like the_ID() work good in the same place. How can I get post slug?
This topic has been closed to new replies.