If you are thinking about whether WP Travel plugin includes the feature regarding displaying the excerpt in grid view as displayed in list view in itinerary page or not then using filter code, WP Travel plugin allows you to display the snippet in grid view on the itinerary page.

display the excerpt in Grid view

To display the excerpt in Grid view on the itinerary page, please add the following given filter code in the functions.php file of your child theme.

 function wptravel_grid_view_customize( $trip_id ) {
 $sanitized_get = WP_Travel::get_sanitize_request();
 $view_mode = wptravel_get_archive_view_mode( $sanitized_get );
 if ( 'grid' === $view_mode ) :
 ?>
 <div class="entry-content">
 <p><?php echo get_the_excerpt( $trip_id ); ?></p>
 </div>
 <?php
 endif;
                            }
 add_action( 'wp_travel_after_archive_title', 'wptravel_grid_view_customize' );

For detail information regarding how to create a child theme, please refer to our Knowledgebase.

Output:

display the excerpt in Grid view

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

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

create your travel site within minutes by wptravel.io ,buy wptravel pro