What would be the best option for serving up a page for any one of many slugs. Suppose I have the following:

  • example.com/the-broken-slug
  • example.com/thebrokenslug
  • example.com/broken-slug
  • example.com/brokenslug

And I would like all of those to deliver up my page having the title "Broken Slug." My first impulse was to look for a plugin that would permit me to define custom routes and declare which posts or pages should be mapped.

Does anybody know of a tested and trustworthy solution for this problem?

link|improve this question

68% accept rate
feedback

1 Answer

Take a look at this plugin -> http://wordpress.org/extend/plugins/redirection/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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