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

Multisite Author Bio

外掛說明

Although there are a few other plugins out there that allow you to create author bio variations for each multisite instance, none offer the simplicity that Multisite Author Bio does.

Gone are the days of having to manually switch between sites in your network to update or view the user’s biographical information. With Multisite Author Bio you can view and update all of the different variations of the author bio from the same user edit page.

For instance, let’s say you have 10 sites in you network and you are currently in the test.example.com WP Admin and you want to create a variation of the author bio for a user on each site. Instead of having to open up a new window or tab to update the bio for each site you can do it all from the user’s edit page from the test.example.com site. This saves time and saving time is always a plus.

Once, installed and activated the plugin is ready to rock and roll. No additional configuration is necessary.

Important

Although installing and activating the plugin won’t affect a normal website, Multisite Author Bio is meant to work on a Multisite network and, thus, does not benefit you unless you have multisite enabled.

Please keep in mind that the options added to the database are not removed on uninstall by default in order to preserve data. If you would like to clear all data added by the plugin you can go to the plugin’s settings page and check Clear translation data on uninstall.

For Developers

The data is stored in the main network’s site database to limit the amount of data created by the plugin.
mab_clear_data is stored in wp_options and determines whether the plugin’s data should be removed on uninstall.
mab_profile_bio_[site_name] is stored in wp_usermeta and is the author bio variant for [site_name].

Multisite Author Bio uses the to get_the_author_user_description filter to update the author bio for each network site. If an author bio variation is not present for a specific site it will use the default author biographical information from the main network site.

Please visit the github repository on https://github.com/codeadapted/multisite-author-bio if you want to contribute, post a specific feature request or bug report.

螢幕擷圖

  • Go to the Network Plugins page.
  • Upload and install Multisite Author Bio.
  • Network activate the plugin.
  • Main network site author biographical information.
  • Author bio on main network site.
  • Scroll down the user's edit page until you see Multisite Author Bio.
  • Click on the dropdown to select the site name you wish to update/view the author bio for.
  • The textarea will appear with the author bio for the site selected. You can update this by clicking Update User.
  • Updated author bio on another network site.
  • If you want to remove the plugin and clear the database of all data associated with it go to Settings > Mutlisite Auther Bio.
  • Check Clear translation data on uninstall and click Save Changes.

安裝方式

  1. Upload the plugin folder to your /wp-content/plugins/ folder or upload it through WordPress.
  2. Go to the Network Plugins page and activate the plugin.

常見問題集

How do I use this plugin?

Once, installed and activated the plugin is ready to rock and roll. No additional configuration is necessary.

Navigate to a user’s edit page and scroll to the bottom. You will see the Multisite Author Bio section near the bottom. The plugin will automatically select the option for the current site if you are not on the main network site.

How to uninstall the plugin?

Deactivate and delete the plugin.

Please keep in mind that the options added to the database are not removed on uninstall by default in order to preserve data. If you would like to clear all data added by the plugin you can go to the plugin’s settings page and check Clear translation data on uninstall.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Multisite Author Bio〉的開發相關工作。

參與者

將〈Multisite Author Bio〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Plugin released.

1.0.1

  • Fix for non-multisite installations.

1.0.2

  • Fix for multisite translation. Add ES translations.