Staff-List-Plugin
Staff-List-Plugin copied to clipboard
Staff Listing plugin for WordPress using Custom Post Types
Staff-List-Plugin
This plugin is in a state of active development as we are currently rewriting it from scratch. Check out the latest release for the latest stable version.
Installation
Download from https://wordpress.org/plugins/simple-staff-list and upload the zip via the WordPress admin "Plugins" page.
Local Development
Want to test out Simple Staff List and work on it? Here's how you can set up your own testing environment in a few easy steps:
- Install Docker Desktop.
- Grab a copy of Simple Staff List:
git clone [email protected]:brettshumaker/Staff-List-Plugin.git
-
cd Staff-List-Plugin
-
./local/bin/start.sh
You're done! You should now have a WordPress site available at
http://localhost:8090/. PHP error logs will be available at Staff-List-Plugin/trunk/logstash.log
To access the admin interface, visit http://localhost:8090/wp-admin/ and log in with the credentials below:
Username: admin
Password: admin
Issue Tracking
All tickets for the project are being tracked on GitHub.