Hi,
I have a website with posts. I would like to use the new custom post type to manage my posts in a better way.
I know how to change the post to this new type (update in the database) but the problem is that the URL generated will be different. Is there any sort de plugin that will create a redirect from the old url to the new one ?
EX : website.com/category/subcategory/name
to website.com/custom/name
Thanks