COMPLETE How to remove/add listing custom meta fields?

Easy Property Listings WordPress Real Estate Plugin Forums Feature Requests COMPLETE How to remove/add listing custom meta fields?

Viewing 4 posts - 1 through 4 (of 4 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #2796
    pixelatic
    Spectator

    Hi, I need to remove/add listing custom meta fields in the “Listing Details”, “Listing Features” and “Additional Features” metaboxes in order to remove fields such as ‘property_pool’ and ‘property_air_conditioning’ and add new ones specific to my client’s requirements.

    Can this be done using filters? Do you have example code available? I have read http://easypropertylistings.com.au/docs/modify-listing-categories-filters/ which is close to what I require but not quite. Thanks, David.

    #2799
    Merv Barrett
    Keymaster

    Hi David

    Adding your own section of code can be done using the filter epl_listing_meta_boxes. This will allow you to add a complete section of your own to the listing pages and you can basically copy and paste to change the values from the meta-boxes.php file and add to your custom plugin extension or themes functions.php file.

    Can you be a little more specific in your goals so we can add what you are looking for to the plugin. We are currently working on the next update version 1.3 and this feature can be added to the core plugin as part of the update.

    #2806
    pixelatic
    Spectator

    Hi, what I would like to be able to do is:

    • Remove meta fields (e.g. under House Features, remove property_carport, property_new_construction, property_pool, property_air_conditioning)
    • Remove sections (e.g. Listing Agents, Land Details)
    • Add new meta fields (e.g. property_private_garden, property_shared_garden)
    • Add new sections as required by the client

    It would be great if this could be managed via some kind of admin GUI in future, for now I am looking for some example code which I can use within a mu-plugin to enable meta fields to be customised as required.

    Thanks, David.

    #3508
    Merv Barrett
    Keymaster

    Customisable in 1.3 using filters

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘COMPLETE How to remove/add listing custom meta fields?’ is closed to new replies.