
Cybercom Staff Listing builds polished staff and team directories. Add people with photos, roles, bios and contact details, reorder them with drag-and-drop, and import existing staff photos directly from another page.
- Drag-and-drop staff ordering
- Photo importer from any page URL
- Responsive card & grid layouts
- Per-person bios, roles and contact links
- Hardened AJAX endpoints with error logging
- Shortcode and block output
- x Fix staff photo CSS sizing
- x Harden AJAX endpoints against PHP warnings leaking into JSON
- o Add CSV import for bulk staff
- o Optional department grouping
- o Front-end search & filter
I get "Unexpected server response" when importing.
That is a WordPress AJAX error — the endpoint returned something other than clean JSON, usually a PHP warning leaking into the response (often from the importer fetching a remote page). Enable the plugin's error log to capture the exact notice, then resolve the source.
How do I reorder staff?
Drag the cards into the order you want on the All Staff screen; the order saves automatically.
- 1.0.0 – Initial release with importer, drag-and-drop ordering and hardened AJAX
- 0.9.0 – Beta: photo CSS fixes and responsive layouts