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.
- Upload the plugin files to the
/wp-content/plugins/post-contributor
directory, 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"]'); ?>
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]
1.0.4 [March 06, 2019]
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.