Show only Active Listings on listings
-
I am trying to figure out how I can set up as short code to show only a grid of properties from 2 categories located in a given town which this is working but I want it to only show properties that have a statues of active not pending
Right now I am using this code which is working but shows both active and pending.
[es_my_listing es_category=”1059,1060″ es_type=”229,472,3277,4018,230,3262,3281,228,3259″ sort=newest layout=grid-4 address=”lake Clear” limit=8 disable_navbar=1 show_page_title=0]
I tried to use this one but it still shows the same
[es_my_listing es_category=”1059,1060″ statuses=”active” es_type=”229,472,3277,4018,230,3262,3281,228,3259″ sort=newest layout=grid-4 address=”lake Clear” limit=8 disable_navbar=1 show_page_title=0]
What do I need to make the statuses=”active” part ?
- You must be logged in to reply to this topic.