Simple Staff List

Description

The Simple Staff List plugin allows you to build a staff directory for your website. You get an easy-to-use interface
which allows you to edit the following fields for each staff member: Name, Photo, Position, Email, Phone Number, and Bio.
There’s also a drag-and-drop interface to set the order of your staff members.

You’ll use the [simple-staff-list] shortcode within a page or post to display the full staff listing in the order set
on the “Order” page. You’ll be able to customize the information shown for each staff member on your website by editing a simple template. You can add your own custom CSS to style your staff list as well.

Use the Simple Staff List support section to post any problems/comments!

Screenshots

  • Add New Staff Member screen
  • Add/Edit Staff Member screen
  • Sort Staff Members screen
  • Templates screen 1
  • Templates screen 2

Installation

  1. Upload the simple-staff-list folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place [simple-staff-list] in a page or post

FAQ

My Staff List won’t show up on my site!

Alright, here’s a few things to try:
* Be sure to make sure you’ve included the [simple-staff-list] shortcode somewhere in a page or post.
* Double check the “Staff Loop Template” on the plugin’s “Templates” page. Make sure all of your tags are located between [staff_loop] and [/staff_loop].

Visit the Simple Staff List support section to ask a question!

Reviews

August 13, 2019
Thank you very much for creating this one. I would recommend this plugin to any wordpress developer out there. This plugin has been to great help both for staff and product listings. Categorizing is also very easy. For anyone very new to CSS, I would strongly recommend reading about flexbox before using this plugin.
February 22, 2019
An easy to use plugin with many features that does what it's suppose to do very well. I had a couple of questions so I reached out for support and received a detailed response amazingly fast. Brett, is knowledgable, friendly and professional. Thanks!
May 10, 2017
We work with a local arts council and they needed a WordPress plugin to feature artists, their skills, details about them, their contact info, and some of their work. This plugin did what we needed without all sorts of add-ons that we did not need or want. Since we've been using the plugin, Brett (the developer) has been exceptional in his speedy replies to questions and support needs. The latest update provides a very clean CSV export option that is something we had requested for some time. He delivered and is very much appreciated by our group and the arts council!
September 3, 2016 3 replies
This plugin technically works. It is not broken or anything it just won't do anything you need it to do practically. You can't sort. There is no page template for the actual staff members. It literally just outputs a list of post titles, nothing else. If you have a large amount of members do not use this plugin as there is no pagination. Its like somebody started making a plugin and just got bored a quarter of the way in to it and just quit.
September 3, 2016
While the plugin will successfully display staff, the order function does not sort them into ascending or descending order.
Read all 40 reviews

Contributors & Developers

“Simple Staff List” is open source software. The following people have contributed to this plugin.

Contributors

“Simple Staff List” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Simple Staff List” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.2.5

  • FIXED: Added security nonces

2.2.4

  • FIXED: Added additional escaping

2.2.3

  • FIXED: Added additional escaping

2.2.2

  • ADDED: sslp_after_staff_member_admin_fields which passes $post->ID so a user can add their own fields to the metabox
  • ADDED: sslp_save_staff_member_details' which passes$post->IDand$_POST` so that users can save their own custom fields

2.2.1

  • ADDED: Use the filter sslp_staff_member_bio_kses_allowed_html to change which HTML tags are allowed in the Staff Member bio field – it currently defaults to the post context. Learn more.
  • FIXED: Added some data sanitization and escaping
  • FIXED: Removed extra spacing on default values
  • CLEANED UP: Removed some old debugging code

2.2.0

  • FEATURE: Use the id shortcode parameter to show a single Staff Member block
  • FEATURE: Use the sslp_enable_staff_member_archive filter to disable the /staff-member archive page. This filter defaults to true – pass false to turn off the archive page. You will need to flush the permalinks for this to take effect.
  • FEATURE: Use the sslp_query_args filter to change the WP_Query arguments used to query the Staff Members
  • ADDED: Staff Group data to the CSV export
  • FIXED: Previously, the [simple-staff-list] shortcode would request all staff members from the database, this could lead to poor performance on sites with large numbers of staff members, so now the default is 100. This should not affect most users.

2.1.1

  • FIXED: post-thumbnail support for staff-member custom post type.

2.1.0

  • FEATURE: Single Staff Member Templates – Learn more in this [blog post](https://brettshumaker.com/simple-staff-list-single-staff-member-templates “Simple Staff List – Single Staff Member Templates)
  • FIXED: Bug with staff member export.
  • CLEANED UP: A bit more code formatting

2.0.3

  • FIXED: I got a little carried away with my code clean up and broke some admin pages. Sorry about that. 🙂

2.0.2

  • CLEANED UP: A bunch of code formatting

2.0.1

  • FIXED: PHP 5.2 incompatibility introduced in v2.0
  • FIXED: A few images in admin didn’t make it into the last commit somehow

2.0

  • FEATURE: Export Staff Members to CSV
  • FEATURE: Specify which image size to use in the loop by using the “image_size” attribute in the “[simple-staff-list]” shortcode: [simple-staff-list image_size=thumbnail]
  • Fixed: Rewrite rules are now flushed correctly

1.19

  • BUGFIX: External Custom CSS now loading properly.
  • BUGFIX: Multiple shortcodes on page with “groups” attribute now working properly.
  • BUGFIX: PHP 5.2 white screen. One of our files (not being used yet, but will be in a future update) had an incompatibility with PHP 5.2. We’re now checking the PHP version before loading this file and will address it’s PHP 5.2 compatibility in a future release.

1.18

  • Things are happening! Hey guys, I’ll be rewriting this plugin with help from some other developers in the WPNashville Community. Want to be involved and give some input on the direction of Simple Staff List? Fill out our survey!
  • Fixed: Javascript incompatibility with Yoast SEO plugin
  • UPDATED: Moved plugin to class structure based on The WordPress Plugin Boilerplate

1.17

  • Sorry about that! Pushed this version too soon!

1.16

  • UPDATED: Added translation support. (Thanks to grappler on GitHub)
  • UPDATED: Added some template tags to make it easier to access staff member data on a single staff member page (single-staff-member.php) – github pull request #2 from patrickhempel
  • UPDATED: Added option to set a custom URL slug and taxonomy name – github pull request #4 from kaymmm
  • BUGFIX: Fixed a ton of PHP Notices – github issue #2 from asacolips
  • BUGFIX: Menu Icon in WordPress 3.8+

1.15

  • UPDATED: Added Facebook and Twitter fields for Staff Members
  • UPDATED: Added support for WYSIWYG editor for Staff Bio.
  • UPDATED: Added support for shortcodes within Staff Loop Template and/or Staff Bio field.
  • UPDATED: Removed HTML comments that caused some themes to add an extra

<

p> tag.
* BUGFIX: Added post-thumbnail support for ‘staff-member’ custom post type. Themes that only added post-thumbnail support for ‘posts’ weren’t able to save featured images.
* BUGFIX: Fixed a rare bug that caused an error on some hosting setups (“Can’t Resolve Host” error).

1.14

  • UPDATED: Now I check to make sure the theme supports post thumbnails and display a warning message on the Add/Edit screen
  • UPDATED: Minor CSS fix for admin screens

1.13

  • NOTE: If you like using my plugin and want to make sure I can still devote some time to updating it with new features, why not head over to my website and make a donation? I’d really appreciate it!!
  • FEATURE: Users now have the option to write their custom CSS to an external file (on by default). This allows Multisite users to write their custom styles inline.
  • UPDATED: You can now use either the group name (i.e. “My Cool Group”) OR the group slug (i.e. “my-cool-group”) in the Simple Staff List shortcode.
  • UPDATED: Passing an empty or non-existent group name no longer results in returning all staff members
  • BUGFIX: Fixed bug where the Staff Loop Template and the Staff Page CSS boxes were blank on initial install…for real this time, guys.

1.12

  • UPDATED: Staff Loop Template tags now include [staff-name-slug] returns the slug of the staff member to allow specific targeting of staff members.
  • BUGFIX: Fixed bug where the Staff Loop Template and the Staff Page CSS boxes were blank on initial install.

1.11

  • BUGFIX: Fixed minor bug which caused groups to not function properly. My bad.

1.10

  • FEATURE: You can now sort your Staff Members into Groups! To display different groups just add a Staff Group in Staff Members > Groups then add group='YOUR-GROUP-NAME' to the [simple-staff-list] shortcode.
  • FEATURE: You can now add a class to the staff-member container! To add a class just add wrap_class='YOUR-CLASS-NAME' to the [simple-staff-list] shortcode.
  • FEATURE: The plugin now saves your custom CSS to an external file in your theme’s directory so you can edit it on the “Templates” page OR in your favorite code editor.
  • UPDATED: Updated default Staff Loop Template and default styling to make your Staff Directory look nicer out-of-the-box.
  • BUGFIX: Trashing a Staff Member no longer causes member information to be lost.
  • BUGFIX: Removed the automatic phone number formatting. My apologies to any non-U.S. users.
  • Other minor tweaks/performance enhances.

1.02

  • BUGFIX: Corrects a plugin option naming inconsistency which resulted in empty boxes on the Templates page

1.01

  • I incorrectly tagged release version 1.0 and, as a result, not all files were included in version 1.0 of Simple Staff List.
  • This version adds those required files back into the package.

1.0

  • Initial Plugin Launch