How to insert only booking calendar into any other place of site (not inside of post or page) ?
1. Open for edit your theme php file, like single.php.
2. Insert this action hook for showing Booking form
<?php do_action('wpdev_bk_add_calendar', $bookingtype, $calendar_count); ?>3. where you need to set $bookingtype – type of booking property (default = 1);
4. and you need to set $calendar_count – calendar count (default = 1);