Last Updated
April 24, 2016
First Released
July 18, 2011
Download History (Last one month)
This plugin will give you a simple widget that you can use to display your blog’s authors, including their gravatars and post counts.
The widget uses universal widget styling, so should fit perfectly into any WordPress theme.
Features
- Blog Authors Widget
- Widget Title Option
- Option to enable author gravatars
- Option to enable author post counts
- Upload the ‘simple-blog-authors-widget’ folder to the
/wp-content/plugins/ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
Simple Blog Authors Widget is gone after I updated to version 1.0.3?
The class name was changed, so you should add the widget again from Appearance => Widgets.
Changelog
(24.04.2016)
- Update Tested up to: 4.5
- Improve i18n strings anf functions
- Add Bulgarian translations
(06.12.2015)
(09.08.2015)
- Version updated to 1.5.0
- Move all functions to Class and update the OOP structure.
- Fix “Deprecating PHP4 style constructors in WordPress 4.3”.
- See: https://make.wordpress.org/core/2015/07/02/deprecating-php4-style-constructors-in-wordpress-4-3/
- remove console.log from the main.js file
- Add SBAW_VERSION define variable
- Add SBAW_TEXT_DOMAIN define variable
(26.10.2014)
- Version was changed to 1.4.0
- Added option to display authors in dropdown menu
(05.06.2014)