Shortcode for display search form:
For pages and posts, you can use it [eshb_search_form] and if you want to display search form you can use this shortcode.
<?php echo do_shortcode('[eshb_search_form]'); ?>
Shortcode for booking form:
In accomodation details page, you can use it [eshb_booking_form accomodation_id=”1″ style=”style-one”] . Only this shortcode is allowed for accomodation details page.
Params:
accomodation_id = accomodation post id (optional)
style = form style (two styles available; style-one & style-two)
<?php echo do_shortcode('[eshb_booking_form]'); ?>
Shortcode for display room archive:
For pages and posts, you can use it [eshb_accomodation_grid] and if you want to use the template you can use this shortcode
<?php echo do_shortcode('[eshb_accomodation_grid]'); ?>
Shortcode for availability calendar:
In accomodation details page, you can use it [eshb_availability_calendar accomodation_id=”1″] . Only this shortcode is allowed for accomodation details page.
Params:
accomodation_id = accomodation post id (optional)
<?php echo do_shortcode('[eshb_availability_calendar]'); ?>
Shortcode for reviews ratings:
In accomodation details page, you can use it [eshb_average_rarings accomodation_id=”1″] . Only this shortcode is allowed for accomodation details page.
Params:
accomodation_id = accomodation post id (optional)
<?php echo do_shortcode('[eshb_average_rarings]'); ?>