I have some links that I would like to change.. examples below:
I have:
site.com/linktochange/article-title-here
and i would like to change it to:
site.com/link-to-change/article-title-here
- How do I add the dashes to these categories?
- Is a 301 redirect needed? Will the articles below each category still work?
WordPress will allow you to change the permalink and take care of the rest, but you may lose some search engine hits.
More info here: http://codex.wordpress.org/Using_Permalinks
You could use mod_rewrite to redirect the old URLs to the new ones if you are hosting it yourself.