Hello,
Is it possible to get the value of %postname%?
Example:
My permalink is setup link this:
http://www.mysite.com/%postname%/
I just want to grab that value of "/%postname%/" so if my post URL is this:
http://www.mysite.com/my-first-post/
I just want to grab the text "my-first-post".
I know there's way to do this with some PHP coding but was wondering if there's already a built-in function on WordPress to do this.
Any help will be greatly appreciated.
Thanks