Change Author Link Structure
开发者 |
wpyb
|
更新时间 |
2023年5月10日 02:48 |
PHP版本: |
4.0 及以上 |
WordPress版本: |
6.2 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
To prevent that usernames are publically visible, the username in the author's permalink is replaced with the author's ID.\
In case the page is invoked with the default permalink structure, it is displayed "Page not found".
Additionally it is possible to modify the author base. It is recommended to make use of this plugin to change it, but it also works with other plugins that have the functionality to customize the author base.
安装:
- Upload
change-author-link-structure.zip
to the /wp-content/plugins/
directory
- Unzip
change-author-link-structure.zip
.
- Activate the plugin in the admin menu 'Plugins'.
更新日志:
0.1
0.1.1
0.2
- Bug Fix: Addition to ensure that in case the username is manually entered, it is displayed 404 page instead of the standard post page.
1.0
- New Feature: Support for individual author base
- Bug Fix: Rewrite rules for feed pages have been corrected
- Enhancement: Several code improvements
1.0.1
- Bug Fix: Additional check for type of
rewrite_rules
option