Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I want to make a random permalink for each new post. For example when an author creat a new post, he get this kind of permalink automaticly: http://mysite.com/x5Kvy6 (like bit.ly). But i want he keep the choice to choose a keyword instead of the random key.

Someone know the way or maybe a plugin to make this?

P.S.: i don't research an url shortener plugin.

Any advice is welcome!

share|improve this question

1 Answer

I built a similar feature for my personal website, that consists of a new database table, WordPress admin page and some .htaccess rewrites. Unfortunately the setup is too involved with my particular installation to be useful as a plugin, but there are plenty of URL shortener plugins available already.

A quick search yields this WP plugin but I've never tried it. You might need to try several plugins out, but I'm sure there is one available that can provide approximately the functionality you're looking for.

share|improve this answer
Yes i have tested lots of url shortener for wordpress but they don t fit to my need, they just creat another permalink who refer to the post's permalink. – wpev Jul 30 '12 at 16:17
What are some of your specific requirements? – MechEngineer Aug 2 '12 at 20:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.