Linux 软件免费装
Banner图

Backwards Compatible Permalinks

开发者 aprea
更新时间 2019年3月11日 18:18
PHP版本: 5.6 及以上
WordPress版本: 5.1
版权: GPL v3
版权网址: 版权信息

标签

permalinks permalink url urls

下载

0.1.0

详情介绍:

Backwards Compatible Permalinks helps prevent 404 errors when switching between permalink structures. It achieves this by appending a set of backwards compatible post rewrite rules. This ensures posts are still accessible at their previous permalink after the permalink structure is updated. Example Let's say your permalink structure is set to "Month and name" and you have a post titled "I Love WordPress." That particular post would live at 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 Deactivate or uninstall After deactivating or uninstalling this plugin please ensure you visit Settings > Permalinks in the WordPress admin area to flush your rewrite rules. Contributing Contributions are welcomed on GitHub.

安装:

=== From within WordPress ===
  1. Visit 'Plugins > Add New'.
  2. Search for 'Backwards Compatible Permalinks'.
  3. Activate Backwards Compatible Permalinks from your Plugins page.

常见问题:

Why is my old post URL not redirecting to the new URL?

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.

Does this plugin provide access to any actions/filters?

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.

The plugin is not working for me!

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.

更新日志:

0.1.0 Initial release.