How do i make a random string of text become hyphenated like a slug?
For example,
My First Post
into
my-first-post
?
(Please give me a function)
How do i make a random string of text become hyphenated like a slug?
For example,
My First Post
into
my-first-post
?
(Please give me a function)
Here is it: sanitize_title('My Super String')
thx
Not complete solutrion. What about native lanuage symbols? how do you format string with those little bastards in it?
This topic has been closed to new replies.