From 3de36aa3b899f443fafc97d226282e0f593af46b Mon Sep 17 00:00:00 2001 From: ulaulaman <34242086+ulaulaman@users.noreply.github.com> Date: Sat, 27 Jan 2018 14:02:07 +0100 Subject: [PATCH] validated wordpress readme --- readme.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..d096cdf --- /dev/null +++ b/readme.txt @@ -0,0 +1,28 @@ +=== Co-Authors Widget === +Contributors: ulaulaman +Tags: widget, authors, coauthors, multi author, multiple authors +Requires at least: 4.8.5 +Tested up to: 4.9.2 +Requires PHP: 7.0.18 +Stable tag: trunk +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +The plugin add a widget and a shortcode in order to show authors of an article. It is compatible with Co-Authors Plus. + +== Description == +[Co-Authors Plus](https://wordpress.org/plugins/co-authors-plus/) is one of the most useful plugin for multiple authors blogs. This plugin add a widget to add users\' avatars to post also for guest authors and for posts with multiple authors. +You can also add avatars with a shordcode [blog-post-coauthors]. +The plugin add also a slider in order to show user\'s profile. If you want change the style, you can modify blog-spoiler.css file in the plugin folder. + +== Installation == +1. Make sure that Co-Authors Plus is installed and active. +2. Extract the widget-for-coauthors.zip file and upload its contents to the /wp-content/plugins/ directory. Alternately, you can install directly from the Plugin directory within your WordPress Install. +3. Activate the plugin through the \"Plugins\" menu in WordPress. +4. Add the widget to your sidebar or the shortcode to your posts or pages. + +== Changelog == +0.1 creation of the shortcode to add post\'s authors +0.2 creation of the widget to show authors\' avatars +0.3 add profile link and css +0.3.1 test with wp 4.9.2