=== Authors List === Contributors: WPKube Tags: author, authors, list, grid, authors list, authors grid Requires at least: 4.7.0 Tested up to: 5.2 Requires PHP: 5.4 Stable tag: 1.0.1 Use a shortcode to display a list or grid of post authors and links to their post archives page. == Description == Easily display a list or grid of post authors and links to their post archives page using a shortcode. The shortcode is [authors_list] and accepts the following attributes. * style (1,2,3) * columns (2,3,4) * avatar_size (any number, example 500) * amount (any number, no limit by default) * show_title (yes,no) * show_count (yes,no) * show_bio (yes,no) * show_link (yes,no) * orderby ( post_count, ID, login, nicename, email, url, registered, display_name ) * order ( ASC, DESC ) Example usage with attributes: [authors_list style="2" columns="2" amount="4" show_count="no"] == Installation == - **WordPress Plugins Directory**: Navigate to *Plugins* → *Add New* in the WordPress admin and search “Authors List”. Click *Install* and then *Activate*. - **Zip Upload**: Navigate to *Plugins* → *Add New* → *Upload Plugin* in the WordPress admin. Browse to the .zip file containing the plugin on your computer and upload, then activate. - **Manual FTP Upload**: Upload the plugin folder to `/wp-content/plugins/`. Navigate to *Plugins* in the WordPress admin and activate. == Changelog == = 1.0.1 (October 21st, 2019) = * Added plugin URI (for "view details" link in the WordPress admin) * Options to change the authors order * Fix issue with layout if images not the same height = 1.0.0 = * Initial Release