Can I create custom fields for listings?
Yes Easy Property Listings has been written using WordPress coding standards using custom post types and custom meta fields.
You can either create a custom plugin and use the EPL framework to create custom meta fields (faster loading) or use a plugin like Advanced Custom Fields (ACF) to add additional meta fields to your listings.
- Custom Fields with the epl_listing_meta_boxes filter
- How to add custom meta fields to the edit listing pages using the epl_listing_meta_boxes filter
- Link to epl-filters.zip plugin that you can use as a starting point.
Note: When using a plugin to add custom fields like ACF, the field data is saved in the WordPress database which has a slight performance penalty vs hand coding a plugin using the EPL meta field array structure.