Never mind, I just figured it out. For anyone else wondering you just put in the “purpose”
Example. [rem_list_properties posts=”10″ order=”ASC” orderby=”date” style=”1″ class=”col-sm-3″ purpose=”rent”][/rem_list_properties]
Actually one more question, anyone know how to display properties with custom fields? So instead of “purpose” have a custom field??
Hi,
You can use meta attribute to filter properties based on any default field or custom field created by custom fields menu. Suppose you want to display only those properties which have Purpose set to Sell.
[rem_list_properties style="3" class="col-sm-4" meta="property_purpose|Sell"]
Please note that meta attribute accepts field name and value separated by pipe “|” sign. Value and field name both are case sensitive.
Perfect, that will work. Thank you so much! Great support!!