Hi there,
Can anybody please advice me the best way how to get the slug of current page? And slug of current category?
Thanks,
Igor.
Hi there,
Can anybody please advice me the best way how to get the slug of current page? And slug of current category?
Thanks,
Igor.
"Get" for what? Where? How? Why?
Explain...
Same question from me. Seems WordPress doesn't have a current post slug tag!
Yes, it does. When you're in the loop:
global $post;
echo $post->post_name;This topic has been closed to new replies.