Search Hotel Ajax
1: Shortcode Format

[ovabrw_search_ajax_hotel field_1="name" field_2="category" field_3="pickup_date" field_4="dropoff_date" field_5="guest" form_search_position="left" default_cat="" category_in="" category_not_in="" list_taxonomy_custom="" card="card1" posts_per_page="6" result_column="two-column" orderby="date" order="DESC" /]
Some params:
field_1: You can display one of the following fields: name, category, pickup_date, dropoff_date, guest, attribute, quantity, tags
field_2: You can display one of the following fields: name, category, pickup_date, dropoff_date, guest, attribute, quantity, tags
field_3: You can display one of the following fields: name, category, pickup_date, dropoff_date, guest, attribute, quantity, tags
field_4: You can display one of the following fields: name, category, pickup_date, dropoff_date, guest, attribute, quantity, tags
field_5: You can display one of the following fields: name, category, pickup_date, dropoff_date, guest, attribute, quantity, tags
field_6: You can display one of the following fields: name, category, pickup_date, dropoff_date, guest, attribute, quantity, tags
field_7: You can display one of the following fields: name, category, pickup_date, dropoff_date, guest, attribute, quantity, tags
field_8: You can display one of the following fields: name, category, pickup_date, dropoff_date, guest, attribute, quantity, tags
form_search_position: left, right, top
default_cat: term_slug
category_in: term_id: 123|456
category_not_in: term_id: 123|456
list_taxonomy_custom:
posts_per_page: Insert number like 10.
card: card1, card2, card3, card4, card5, card6
posts_per_page: Insert number
result_column: one-column or two-column or three-column
orderby: date
order: DESC
2: Customize Template
Read here to know how to customize template in child theme
You can customize template in
plugins/ova-brw/ovabrw-templates/shortcode/search-ajax-hotel.php
Last updated