View Categories

How to add Estatik Elements to a single page using an Elementor template?

1 min read

🧩 Displaying Property, Agent, and Agency Data

You can display different data on your pages using shortcodes or Elementor widgets, depending on your workflow.

Shortcodes

Property Gallery

Displays the property gallery on a single property page.

[es_property_single_gallery]

Property Map

Displays the property location on the map.

[es_property_single_map]

Property Field Value

Displays the value of a specific property field.

[es_property_field name="field_name"]

name — the field machine name (can be copied from Fields Builder).

View documentation

Agent Field Value

Displays the value of a specific agent field.

[es_agent_field name="user_email" agent_id=""]

name — the field machine name.

View documentation

Agency Field Value

Displays the value of a specific agency field.

[es_agency_field name="user_email" agent_id=""]

name — the field machine name.

View documentation

Elementor Widgets (since version 4.3.1)

Starting from version 4.3.1, dedicated Elementor widgets are available for displaying single field values.

You can select the appropriate widget and enter the field name to display its value.

Important: Each widget works only with its own entity type.
For example, Property widgets display property fields, Agent widgets display agent fields, and Agency widgets display agency fields.

The list of available fields can be found in the shortcode documentation.