Filter widget shortcode is an amazing feature that is released with version 1.2.1. You can add shortcodes in pages, posts, or text widgets.
The Shortcode that you have to Add is
[wp_travel_trip_filters]

This shortcode will list all the filters that are available in the plugins.
Further, there are altogether six types by which you can display the filter section using the shortcode.
- keyword
- fact
- trip_type
- trip_location
- price_orderby
- price_range
- trip_dates
Keyword:
If you want to filter the trips according to keyword then add the below given Shortcode.
[wp_travel_trip_filters filters=”keyword”]

Trip Facts:
If you want to filter the trips according to facts then add the below given Shortcode.
[wp_travel_trip_filters filters=”fact”]

Trip Type:
If you want to filter the trips according to the trip type then add the below given Shortcode.
[wp_travel_trip_filters filters=”itinerary_types”]

Trip locations:
If you want to filter the trips according to the trip locations then add the below given Shortcode.
[wp_travel_trip_filters filters=”travel_locations”]

Price Order by:
If you want to filter the trips according to the Price Order by then add the below given Shortcode.
[wp_travel_trip_filters filters=”price”]

Price Range:
If you want to filter the trips according to the Price Range then add the below given Shortcode.
[wp_travel_trip_filters filters=”price_range”]

Trip Dates:
If you want to filter the trips according to the Trip Dates then add the below given Shortcode.
[wp_travel_trip_filters filters=”trip_dates”]

Showing more than two filters at the same time using the shortcode:
If you wish to display more than two filters using the shortcode then you add the filter by adding a comma.
Eg: If you wish to display the keyword and trip type filter together then add the below-given shortcode:
[wp_travel_trip_filters filters=”keyword,itinerary_types”]
Frontend:
