Wordpress plugin that allow to add custom post type (property) and display them with beautiful look with filtering options
https://hostarling.com/property-filter/projects/
Cleint requirement was to create a custom plugin for wordpress that contain properties with these data ( Developers, Location, Consultant ) so client can filter based on these data.
Started with a template ( html, css, & javascript ) then adding a custom post type with meta data to achive requirement. Using wordpress hooks , ajax actions to load data within frame, and create custom php functions.