Search Taxi Ajax
1: Shortcode Format

[ovabrw_search_taxi_ajax fields="pickup-location|dropoff-location|pickup-date|category|number-seats|quantity" columns="4" default_category="" incl_category="" excl_category="" custom_taxonomies="" map_type="geocode" bounds="" lat="" lng="" radius="" restrictions="" card_template="card1" posts_per_page="6" column="three-column" orderby="date" order="DESC" term="" pagination="yes" ]
Some Params:
fields="pickup-location|dropoff-location|pickup-date|category|number-seats|quantity"
columns: 4,5,6
default_category: term_slug
incl_category: Include Categories IDs. Example: 123|456
excl_category: Remove Categories IDs. Example: 123|456
custom_taxonomies: Insert Slug of custom taxonomy. Example: brw_color|brw_year
map_type: geocode
bounds
lat:
lng:
radius:
restrictions: Ex: AU|US|FR|VI
card_template: card1, card2, card3, card4, card5, card6 => display in results page
posts_per_page: Insert number => display in results page
column: one-column or two-column or three-column => display in results page
orderby:date => display in results page
order: DESC => display in results page
term: term_slug => display in results page
pagination: yes/no => display in results page
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-taxi-ajax.php
Last updated