Descripción
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.
Capturas
Instalación
- Upload the plugin folder to your /wp-content/plugins/ folder or upload it through WordPress.
- Go to the Network Plugins page and activate the plugin.
Preguntas frecuentes
-
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
.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Multisite Author Bio” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.0.0
- Plugin released.
1.0.1
- Fix for non-multisite installations.
1.0.2
- Fix for multisite translation. Add ES translations.