[listing_results] Shortcode

The Listing Results feature allows you to output the listing search results in your page builder using a simple Shortcode. There are a variety of options available with each Shortcode in Easy Property Listings.

[listing_results]

You can output a map like this:

[listing_results tools_top="on" pagination="on"]

Usage

There are several options that may be specified using this syntax:

[listing_results option1="value1" option2="value2"]

You can also print a map in a template like so:

<?php echo do_shortcode('[listing_results tools_top="on" pagination="on"]'); ?>

All Options

tools_top
tools_bottom
pagination

Options

The following options are accepted:

tools_top

specify the tools bar with grid/list and sorting filters. Default is off.

[listing_results tools_top="on"]
tools_bottom

specify the looks for the bottom. Default is off

[listing_results tools_bottom="on" ]
pagination

specify the display of the pagination. Default is on.

[listing_results pagination=off"]