Selected accommodation
Choose from our personally selected collection of accommodation. We live in umbria and screen each accommodation, so we ensure every place provides you with outstanding value.
SELECT SQL_CALC_FOUND_ROWS wpge_posts.*, 1 rooms_available, 0 rooms_booked , IFNULL((SELECT price_meta2.meta_value + 0 FROM wpge_postmeta price_meta2 WHERE price_meta2.post_id=wpge_posts.ID AND price_meta2.meta_key='_accommodation_min_price:2021-01-18:2023-01-18' LIMIT 1), 0) accommodation_price FROM wpge_posts WHERE 1=1 AND wpge_posts.post_type = 'accommodation' AND ((wpge_posts.post_status = 'publish')) GROUP BY wpge_posts.ID HAVING 1=1 ORDER BY wpge_posts.post_title ASC LIMIT 0, 12