這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Disable Author Pages

描述

Disable the author pages ( /author=? ) in wordpress and redirect the user to another page.

安裝

  1. Install the plugin from within the Dashboard or upload the directory disable-author-pages and all its contents to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure it under settings/disable author pages

常見問題

Installation Instructions
  1. Install the plugin from within the Dashboard or upload the directory disable-author-pages and all its contents to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure it under settings/disable author pages
I have a new translation

Translations are handled via https://translate.wordpress.org/projects/wp-plugins/disable-author-pages

I found a bug

Please report it at https://github.com/staude/disable-author-pages/issues

I have a feature request

Please report it at https://github.com/staude/disable-author-pages/issues

評價

2017年11月20日
How can you disable certain authors vs all or groups. For example, there is only one author I’d like to disable a page to, or redirect it to a custom page. All other authors I’d like to keep as normal.
2017年4月10日
It does what it’s supposed to do. However, there are two features that I think would make this much better: – Have a robots.txt addition option that prevents search engines from crawling these links – Make it possible to redirect to the 404 or 403 page. Currently we can only choose ‘regular’ pages, and have to choose between 301 or 307 protocol (I’m not even sure what for).
閱讀全部17個評價

貢獻者及開發者

“Disable Author Pages” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Disable Author Pages 外掛目前已有 3 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Disable Author Pages 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.11

  • version tagging sync github / wordpress.org svn. Thanks to swissspidy
  • fix: notice plugin_settings_link not static. Thanks to swissspidy

0.10

  • DB clean up on uninstall
  • added settings list on pluginlist

0.9

  • fix: redirect to pages. Thanks to Georg
  • changed text domain for translations via translate.wordpress.org
  • added github updater metadata

0.8

  • Updated German Translation, Urls and Description. Thanks to krafit
  • Minor spelling correction. Thanks to tristanpenman

0.7

  • Make it work if WordPress installed in a subdirectory
    https://github.com/staude/disable-author-pages/pull/1
    Thanks to smeric
  • Moved sourcecode to GitHub: https://github.com/staude/disable-author-pages
  • Moved Issuetracker to GitHub: https://github.com/staude/disable-author-pages/issues

0.6

Fix: When I choose redirect to “Profile” page and save, the dialogue reverts back to Homepage. ( Thanks to Tradedog )

0.5

Fix: Notice: Trying to get property of non-object in wp-includes/post-template.php on line 29 (from user BackuPs – Thanks)

0.4

  • Added feature disable only admin author page (from user BackuPs – Thanks)
  • Added feature redirect non exists autor page (instead of default 404) ( Request from Matt Jensen – Thanks)

0.3

Disable some php notices if WP Debug active

0.2

  • Added settings to Options > Author Pages
  • 0000027: Overwrite the author_link (optional).
  • 0000029: status of redirect
  • 0000028: Select destination for redirect

0.1

First version.