Skip to Content

Shortcodes

Returns the Featured Properties listing on its account.

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: ’…’

Inline content variables:

  • {{idxb_index}} - Returns listing index in the result.
  • {{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.
  • {{idxb_sqft}} - Returns listing square feet.

Usage

html
[aios_custom_idxb_featured_properties limit="6" dummy="true"] index: {{idxb_index}} <br> street number: {{idxb_street_number}} <br> street name: {{idxb_street_name}} <br> city name: {{idxb_city_name}} <br> state: {{idxb_state}} <br> zipcode: {{idxb_zipcode}} <br> price: {{idxb_price}} <br> property type: {{idxb_property_type}} <br> img: {{idxb_img}} <br> permalink: {{idxb_permalink}} <br> beds: {{idxb_beds}} <br> baths: {{idxb_baths}} <br> partial baths: {{idxb_partial_baths}} <br> remarks: {{idxb_remarks}} <br> sqft: {{idxb_sqft}} <br> [/aios_custom_idxb_featured_properties]

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