开发者 | aprea |
---|---|
更新时间 | 2019年3月11日 18:18 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.1 |
版权: | GPL v3 |
版权网址: | 版权信息 |
https://example.com/2019/03/i-love-wordpress/
.
But what if you wanted to switch to the "Post name" permalink structure and have your post live at https://example.com/i-love-wordpress/
instead?
You could but this would result in the existing post permalink 404ing when visited. Which is problematic if the previous URL was bookmarked or shared on social media.
With Backwards Compatible Permalinks installed your post would be accessible at both the old and new permalink structures:
Caveats
This is currently not supported, the post will be accessible at both URLs. I agree that this isn't the ideal behaviour but it was too tricky to support redirects while also ensuring query parameters and "/page/xx" and "/comment-page-xx" modifiers were respected during the redirect. The good news is that the canonical tag will always point to the new URL so there shouldn't be any SEO ramifications.
A single filter is available. You may use the aprea_back_compat_permalink_structure
filter to provide a backwards compatible permalink structure, e.g. /%year%/%monthnum%/%day%/%postname%/
.
This is helpful if you updated the permalink structure prior to installing this plugin.
I'm terribly sorry! You may want to check the caveats section to see if any apply to your situation. Otherwise feel free to post in the support forums.