The Multi Calendar shortcode enables you to display an interactive calendar view for multiple properties simultaneously. This powerful tool allows users to compare availability and pricing across different properties in a single view.
Usage #
[homerunner-multi-calendar]
Parameters #
Parameter | Required | Default | Description |
hide_price | No | false | Set to ‘yes’ to hide pricing information |
calendar_height | No | 500 | Height of the calendar view in pixels |
max_num_days | No | * | Maximum number of days to display in the calendar |
per_page | No | 20 | Number of properties to display per page |
color | No | ‘flat’ | Calendar color theme, flat or striped |
* Default max_num_days is determined by the global calendar settings
Features #
- Compare multiple properties’ availability in a single view
- Works with all supported Property Management Systems
- Responsive design that adapts to different screen sizes
- Real-time availability updates
- Supports multiple currencies and time zones
- Customizable display options
- Built-in pagination for handling large property sets
Examples #
Basic Usage #
[homerunner-multi-calendar]
Custom Height and Properties Per Page #
[homerunner-multi-calendar calendar_height="600" per_page="10"]
Hide Pricing and Custom Color Theme #
[homerunner-multi-calendar hide_price="yes" color="custom-theme"]
Technical Notes #
- Automatically inherits global currency and timezone settings
- Handles minimum and maximum stay requirements across different property management systems
- Supports WordPress localization for multi-language sites
- Uses REST API for efficient data loading
- Maintains consistent booking rules across all connected property management platforms