Update index.html

This commit is contained in:
ulaulaman 2018-02-05 23:38:04 +01:00 committed by GitHub
parent 868fc778a6
commit f9cf838d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -84,25 +84,25 @@
</div>
<div class="col-3 menu">
<ul>
<li>Description</li>
<li><a href="../#description">Description</a></li>
<li>Installation</li>
<li>Changelog</li>
<li><a href="https://github.com/ulaulaman/widget-for-co-authors" target="github">View project on GitHub</a></li>
<li><a href="https://github.com/ulaulaman/widget-for-co-authors" target="github"><span style="color: #ffffff;">View project on GitHub</span></a></li>
</ul>
</div>
<div class="col-5">
<div class="content">
<p>The plugin add a widget and a shortcode in order to show authors of an article. It is compatible with Co-Authors Plus.</p>
<h2>Description</h2>
<h2><a id="description"></a>Description</h2>
<p><a href="https://wordpress.org/plugins/co-authors-plus/" target="plugin">Co-Authors Plus</a> 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.</p>
<h2>Installation</h2>
<h2><a id="installation"></a>Installation</h2>
<ol>
<li>Make sure that Co-Authors Plus is installed and active.</li>
<li>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.</li>
<li>Activate the plugin through the "Plugins" menu in WordPress.</li>
<li>Add the widget to your sidebar or the shortcode to your posts or pages.</li>
</ol>
<h2>Changelog</h2>
<h2><a id="changelog"></a>Changelog</h2>
<ul>
<li>0.5.3 add the correct lang files</li>
<li>0.5.2 fix error code in domain name in widget</li>