The [homerunner-booking-widget]
shortcode is used to display the property booking widget on single property pages.
Basic Usage #
[homerunner-booking-widget]
Alternative Usage #
To display the widget for a specific property on any page, use either the id
or central_id
parameter:
[homerunner-booking-widget id="PROPERTY_ID"]
or
[homerunner-booking-widget central_id="CENTRAL_PROPERTY_ID"]
Parameters #
Parameter | Default | Description |
id | WordPress Property ID to display the booking widget for | |
central_id | Central Property ID to display the booking widget for | |
checkin | Pre-defined / selected checkin date. formatted as yyyy-mm-dd | |
checkout | Pre-defined / selected checkout date. formatted as yyyy-mm-dd | |
guests | Pre-defined / selected number of guests | |
sticky | Set “0” or “no” to disable sticky element from booking widget | |
sticky_class | uk-card uk-card-default | Sticky widget additional css classes |
sticky_btn_class | uk-button-text | Sticky widget button additional classes |