1. Search box check AVAILABILITY rooms
[hotel_search_room_valid]
2. List rooms
[hotel_list_all_room orderby="date" order="desc" limit="20"]
limit– The number of room to display. Defaults to and-1(display all) when listing rooms.order– States whether the room ordering is ascending (ASC) or descending (DESC), using the method set inorderby. Defaults toDESC.orderby– Sorts the room displayed by the entered option. One or more options can be passed by adding both slugs with a space between them. Available options are:date– The date the room was published.rand– Randomly order the room on page load (may not work with sites that use caching, as it could save a specific order).pricesales

