• Resolved aspiregames

    (@aspiregames)


    Hello, I just had a quick question.
    How do I show only certain properties. For example if I only wanted to list properties for rent, how would I go about doing that?

    -Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter aspiregames

    (@aspiregames)

    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]

    Thread Starter aspiregames

    (@aspiregames)

    Actually one more question, anyone know how to display properties with custom fields? So instead of “purpose” have a custom field??

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    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.

    Thread Starter aspiregames

    (@aspiregames)

    Perfect, that will work. Thank you so much! Great support!!

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

The topic ‘How do I only show certain properties?’ is closed to new replies.