• Resolved cheloper

    (@cheloper)


    Is there a way to create a project (with picture, descriptions etc. ) and associate listings to it so the user can see the related properties cards inside that project?

Viewing 1 replies (of 1 total)
  • Plugin Support beelana

    (@beelana)

    Hello,

    No dedicated “Project” entity, but you can build this today. Three options:

    1. Category as the project — create a term under Categories (or Labels), assign the listings to it, then make a normal page with your picture and description and add:
    [es_my_listing es_category="12" ignore_search="1"]

    2. Hand-pick listings if they don’t share a category:
    [es_my_listing prop_id="101,102,103" ignore_search="1"]

    3. Custom field — add e.g. project_code in the Fields Builder, then:
    [es_my_listing project_code="RT2026" ignore_search="1"]

    Note: taxonomy attributes take term IDs, not slugs, and ignore_search="1" stops search parameters overriding the list.

    What this won’t give you is a real Project object — own gallery, own fields, a projects archive, and a link back from each listing. That’s custom work; message us via estatik.net for a quote.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.