Here is the list of all parameters in the rent list shortcode. All these parameters are applicable for this shortcode:
[rent-list]
| Parameter | Value |
| style | grid or list | Default: grid |
| show | Number of rents show (integer number only) | Default: -1 to show all |
| type | bike or car or resort or equipment or dress or others |
| order |
ASC or DESC | Default: DESC |
| category |
category Id | Default: ‘ ‘ |
Shortcodes included with Booking and Rental Manager:
[rent-list type='' style='grid' show='' order='DESC']
Shortcode to show only bike/car for single-day type rent list:
[rent-list type='bike_car_sd']
Shortcode to show grid-style rent list:
[rent-list style='grid']
Shortcode to show list style rent list:
[rent-list style='list']
Shortcode to show only six items in the rent list:
[rent-list show='6']
Shortcode to show only specific categories:
[rent-list category='ID']
Shortcode to show rent list order by ascending:
[rent-list order='ASC']
Shortcode to show single item add-to-cart:
[rent-add-to-cart id='1']