# Listings

The **\[soldpress-listings]** shortcodes is used for easily displaying multiple listings. The Listings shortcodes are highly customizable and can be used to filter one or more RESO attribute.

## Settings

| Option       | Description                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| type         | This option allows you to render different type of multiple listings grid - list - map -                                                                                                                                                                                                                                                                                                         |
| title        | This option allows you to set the tilte                                                                                                                                                                                                                                                                                                                                                          |
| dfd\_        | This option allows you to specify one or more RESO dictionary filter object.                                                                                                                                                                                                                                                                                                                     |
| tax\_        | <p>This option allows you to specify one or more taxonomy filter.</p><ul><li><p></p><ol><li>City : tax\_city</li><li>Postal Code : tax\_postalcode</li><li>List Agent : tax\_listingagent</li><li>Bedrooms : tax\_bedrooms</li><li>Bathrooms : tax\_bathrooms</li><li>Ownership : tax\_ownership</li><li>Amenities : tax\_amenities</li><li>Property Type :tax\_propertytype</li></ol></li></ul> |
| sp\_custom\_ | This option allows you to specify a custom filter object.                                                                                                                                                                                                                                                                                                                                        |
| wrap         | This option allows you to set the wrap element of the property.                                                                                                                                                                                                                                                                                                                                  |
| before       | This option allows you to set a before render element.                                                                                                                                                                                                                                                                                                                                           |
| after        | This option allows you to set a after render element.                                                                                                                                                                                                                                                                                                                                            |
| showposts    | This option allows you to set the number of properites to display.                                                                                                                                                                                                                                                                                                                               |

**Example: \[soldpress-listings dfd\_City='Toronto'] (Show listing by Toronto)**

**Example: \[soldpress-listings dfd\_ListAgent='Toronto'] (Show listing by listing Agent)**

**Example: \[soldpress-listings dfd\_City='Toronto' dfd\_ListAgentKey='1123123'] (Show listing Only Vancouver and by one Listing Agent)**

*\*Example: \[soldpress-listings sp\_custom\_myowntag='Special' showposts='1'] (Show one listing by custom tag)*

More demos available at <http://soldpress.com/demo/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.soldpress.com/shortcodes/listings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
