I need to change the URL of existing WP blog posts from the default site.com/language/blog/* to site.com/blog/language/* The site uses a multilanguage plugin, but the plugin doesn`t have that option, unfortunately. Does anyone have an idea how to manipulate the URL like that?
This will not cause a post’s URL to change however. For the default post post_type you can define the permastruct you want in the permalink settings screen. This is assuming the language plugin already has a language tag defined and has implemented code to replace the tag with the appropriate language slug.