开发者 | nabtron |
---|---|
更新时间 | 2024年3月10日 04:40 |
捐献地址: | 去捐款 |
PHP版本: | 4.2.2 及以上 |
WordPress版本: | 6.4.3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
'/postname/post_id/'
to only '/postname/'
that WordPress doesn't do automatically. This plugin respects and keeps the query variable in your url while changing the permalink structure.
If you've planned to change your WordPress permalink from /%postname%/%postid%/
to only /%postname%/
, although the old links still work fine, they're not automatically transferred to the new one without the post id in it. This can cause serious duplicate content issue for your site (can be seen and confirmed by Google webmaster tools).
This plugin removed those duplicated content issues by redirecting the visitor to the new permalink with a 301 (permanently moved) status code.
This plugin takes care of pagination of categories and blog list and allows them to work normally.
If you have any feedback, suggestion, request or bug report please let us know at: https://nabtron.com/wp-redirect-permalink/
Yes it does. It keeps the ?variable= values for all variable. If you find any bug please report.