This plugin allows us to select multiple authors of the page or post which can be later shown in the detail page of a post/page.
- To install this plugin, you will need to setup wordpress project in your computer/server
- Add new users having role author or has the capability of publish post.
- In post and page edit pages , you will see metabox called Contributors.
- List of authors will be displayed there.
- Select authors you want to display for selected post/page and update your post/page.
- Click on Permalink of post/page to see selected contributors at the end of a post/page.
Uploading within WordPress Dashboard
1. Download the zip of this repository.
2. Navigate to ‘Add New’ within the plugins dashboard.
3. Navigate to ‘Upload’ area.
4. Select ‘zip of plugin files’ from your computer.
5. Click ‘Install Now’.
6. Activate the plugin within the Plugin dashboard.
- Library Used: WordPress Coding Standard
- Coding Standard: Php Code Sniffer
- PHP unit test phpunit/phpunit
- Wrote test cases using 10up/wp_mock
Login into the Demo website using username "demo" and password "demo" to see the working example.