Yes, you can display trips in the page/post where you are willing to display the trips as per your requirement using shortcode as WP Travel plugin provides the feature regarding adding the shortcode to display trips.

You have to add the below-given shortcode either on page or post.

[WP_TRAVEL_ITINERARIES]
display trips in the page or post using shortcode
display trips in the page or post using shortcode

Note: The maximum no of itineraries that a plugin can display by default is 20. But you can show more no of trips by passing the limit parameter as shown below.

[WP_TRAVEL_ITINERARIES limit=30]

Also, if you are willing to display more than two trips in a row then you can add the “col” parameter in the shortcode as shown below.

[WP_TRAVEL_ITINERARIES col="4"]

You can increase/decrease the number (value) for column (col) as per your requirement.

Further, you can display itineraries(trips) that are marked as featured, associated with specific trip type/location using shortcodes.

For more information regarding displaying trips based on feature, trip type, and location, please refer to our official documentation.

Also, if you want to view the feature regarding displaying itineraries and featured trips as demos then you can refer demo.

Further, if you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on FacebookInstagram, and Twitter.

Additionally, if you have any queries, please submit them to our Contact page.