Redirect old permalinks to new permalinks
WordPress should handle the 301 redirects for you automatically in this case. It doesn’t always, but it should here. Long story short, WordPress has a function, redirect_guess_404_permalink which tries to find the correct post when it encounters a 404 by using the end of the 404 url to query against the wp_posts.post_name. If it finds … Read more