This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Multisite Author Bio

Description

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.

Screenshots

  • 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.

Installation

  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.

FAQ

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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Multisite Author Bio” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Multisite Author Bio” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Plugin released.

1.0.1

  • Fix for non-multisite installations.

1.0.2

  • Fix for multisite translation. Add ES translations.