Description
This plugin is show list of post contributor on frontend. At backend there is option to select particular contributor for post. Output in two different format.
Arbitrary section
A brief Markdown Example
Screenshots
Installation
-
Upload the plugin files to the
/wp-content/plugins/post-contributordirectory, or install the plugin through the WordPress plugins screen directly. -
Activate the plugin through the ‘Plugins’ screen in WordPress.
-
Use the Settings->Post Contributor screen to configure the plugin.
For list format paste following code in template
<?php do_shortcode('[post-authors id="authorList" class="authorName"]'); ?>
Both ‘class’ and ‘id’ parameter are optional.
Result in div format
<?php do_shortcode('[contributor id="authorList" class="authorName"]'); ?>
FAQ
- Is it work only for three role
-
Yes, currently it working only for three user i.e. Administrator, Author and Editor.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Post Contributor” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Post Contributor” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.4 [September 23, 2019]
1.1.3 [September 23, 2019]
1.1.2 [April 9, 2019]
1.1.1 [April 8, 2019]
1.1.0 [April 8, 2019]
1.0.9 [April 1, 2019]
1.0.8 [March 19, 2019]
1.0.7 [March 18, 2019]
1.0.6 [March 18, 2019]
1.0.5 [March 18, 2019]
- Update return message
1.0.4 [March 06, 2019]
- Updated
1.0.3 [March 05, 2019]
-
Updated
- Style of plugin settings.
1.0.1 [February 20, 2019]
-
FIXED
- Fix PHP Notices on Post Edit Page.




