• 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 ?

Viewing 1 replies (of 1 total)
  • Plugin Author Estatik

    (@estatik)

    Hi!
    The taxonomy name for statuses is – es_status.
    Enter the ID of the status you need in double quotes (you can find the ID in the Data Manager tab).
    The result will look something like this: es_status=”10″.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.