Skip to Content

Shortcodes

Returns the Featured Properties listing on its account.

Usage

html
[aios_custom_idxb_featured_properties limit="6" dummy="true"] <div> Address: <a href="{{idxb_permalink}}">{{idxb_street_number}} {{idxb_street_name}} {{idxb_city_name}}</a> </div> <div> Price: {{idxb_price}} </div> [/aios_custom_idxb_featured_properties]

Inline shortcodes:

  • [limit] - Number of rendered listing. Default: 6
  • [dummy] - If set to true, this will create a dummy featured listing data if the given results page link has no listing. Default: false
  • [dummy_img] - Preferred image link for the dummy content. You may also use {{blogurl}} or {{theme_dir}} on the given link. Default: null
  • [excerpt_limit] - Character limit on the listing remark content. Default: null
  • [excerpt_text] - Preferred characters at the end of excerpt limit. Default: ’…’

IDX Broker Values

  • {{idxb_street_number}} - Returns listing street number
  • {{idxb_street_name}} - Returns listing street name
  • {{idxb_city_name}}- Returns listing city name
  • {{idxb_state}} - Returns listing state
  • {{idxb_zipcode}} - Returns listing zipcode
  • {{idxb_price}} - Returns listing price
  • {{idxb_property_type}} - Returns listing property type
  • {{idxb_img}} - Returns listing featured image
  • {{idxb_permalink}} - Returns listing permalink
  • {{idxb_beds}} - Returns listing bed/s
  • {{idxb_baths}} - Returns listing bath/s
  • {{idxb_partial_baths}} - Returns listing partial bath/s
  • {{idxb_remarks}} - Returns listing remarks/description.

Results Layout

Converts the standard layout of showcase widget into selected layout on results page settings. You may follow this link for creating your IDX Broker showcase widget.

Usage

html
[aios_custom_idxb_results_layout] <script charset="UTF-8" type="text/javascript" id="idxwidgetsrc-13559" src="//idxb-legacy.agentimagex.idxbroker.com/idx/customshowcasejs.php?widgetid=13559"></script> [/aios_custom_idxb_results_layout]

In using this shortcode, you just need to wrap your IDX Broker showcase widget with

html
[aios_custom_idxb_results_layout] YOUR SHOWCASE WIDGET SCRIPT GOES HERE [/aios_custom_idxb_results_layout]
Last updated on