SOLDPress User Manual
  • Welcome
  • Introduction
    • Getting Started
    • Introduction to Data Feed Synchronization
  • Installation
    • Configuring Your SOLDPress Plugin
    • Activate Your SOLDPress Key
  • SOLDPress Admin Menu
  • Settings and Options
    • DDF® Data Sync Page
      • Connection Settings Tab
        • Credentials section
        • General Section
        • Test Connection Section
      • Data Sync Tab
        • General Section
        • Picture Section
    • Appearance Page
      • General Display Options Tab
        • General Section
        • Display Settings Section
        • Javascript Libraries Section
        • Social Section
        • Relator(tm) Analytics Section
        • Maps Section
        • Third Party Integration
      • Property Details Options Tab
        • Sidebar Section
        • Map Section
      • Property Listings Options Tab
        • Sidebar Section
        • Sort Section
        • Column Section
    • About Page
      • License Key Tab
        • License Key Section
      • System Tab
      • Debug Tab
  • Widgets & Sidebars
    • Sidebars
    • Widgets
      • SOLDPress Search Widget
      • SOLDPress Listing Widget
      • SOLDPress Listings Widget
      • SOLDPress Reso Type Widget
      • SOLDPress GeoType Widget
  • Shortcodes
    • Listing
    • Listings
    • Listings Slide
    • Map
    • Search
    • Listing Raw Output
  • Search and Filtering
  • SOLDPress Developer Framework
    • Theme Framework
    • Data Framework
Powered by GitBook
On this page

Was this helpful?

  1. Shortcodes

Listings Slide

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

Settings

Option

Description

width

This option allows you to set the width of the slide

height

This option allows you to set the height of the slide

dfd_

This option allows you to specify one or more RESO dictionary filter object.

tax_

This option allows you to specify one or more taxonomy filter.

    1. City : tax_city

    2. Postal Code : tax_postalcode

    3. List Agent : tax_listingagent

    4. Bedrooms : tax_bedrooms

    5. Bathrooms : tax_bathrooms

    6. Ownership : tax_ownership

    7. Amenities : tax_amenities

    8. Property Type :tax_propertytype

sp_custom_

This option allows you to specify a custom filter object.

showposts

This option allows you to set the number of items to display.

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.

Example: [soldpress-slide dfd_City=’Vancouver’] (Show listing by Vancouver)

Example: [soldpress-slide dfd_ListAgentKey=’1123123’] (Show listing by listing Agent)

Example: [soldpress-slide dfd_City=’Vancouver’ dfd_ListAgentKey=’1123123’] (Show listing Only Vancouver and by one Listing Agent)

PreviousListingsNextMap

Last updated 4 years ago

Was this helpful?