// Fetch available transport vehicles $args = array('post_type' => 'transport_vehicle', 'posts_per_page' => -1); $vehicles = new WP_Query($args); ?>