
Search form is loading, please wait...
Array
(
[post_type] => gites
[tax_query] => Array
(
[relation] => AND
)
[posts_per_page] => 10
[paged] => 2
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 644
[compare] => =
)
[2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
)
)
)
Array
(
[post_type] => gites
[tax_query] => Array
(
[relation] => AND
)
[posts_per_page] => 10
[paged] => 2
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 644
[compare] => =
)
[2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
)
)
)
WP_Query Object
(
[query] => Array
(
[post_type] => gites
[tax_query] => Array
(
[relation] => AND
)
[posts_per_page] => 10
[paged] => 2
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 644
[compare] => =
)
[2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
)
)
)
[query_vars] => Array
(
[post_type] => gites
[tax_query] => Array
(
[relation] => AND
)
[posts_per_page] => 10
[paged] => 2
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 644
[compare] => =
)
[2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
)
)
[error] =>
[m] =>
[p] => 0
[post_parent] =>
[subpost] =>
[subpost_id] =>
[attachment] =>
[attachment_id] => 0
[name] =>
[pagename] =>
[page_id] => 0
[second] =>
[minute] =>
[hour] =>
[day] => 0
[monthnum] => 0
[year] => 0
[w] => 0
[category_name] =>
[tag] =>
[cat] =>
[tag_id] =>
[author] =>
[author_name] =>
[feed] =>
[tb] =>
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[title] =>
[fields] =>
[menu_order] =>
[embed] =>
[category__in] => Array
(
)
[category__not_in] => Array
(
)
[category__and] => Array
(
)
[post__in] => Array
(
)
[post__not_in] => Array
(
)
[post_name__in] => Array
(
)
[tag__in] => Array
(
)
[tag__not_in] => Array
(
)
[tag__and] => Array
(
)
[tag_slug__in] => Array
(
)
[tag_slug__and] => Array
(
)
[post_parent__in] => Array
(
)
[post_parent__not_in] => Array
(
)
[author__in] => Array
(
)
[author__not_in] => Array
(
)
[ignore_sticky_posts] =>
[suppress_filters] =>
[cache_results] => 1
[update_post_term_cache] => 1
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
[order] => DESC
)
[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
[relation] => AND
)
[relation] => AND
[table_aliases:protected] => Array
(
)
[queried_terms] => Array
(
)
[primary_table] => wp_posts
[primary_id_column] => ID
)
[meta_query] => WP_Meta_Query Object
(
[queries] => Array
(
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 644
[compare] => =
)
[2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
)
[relation] => AND
)
[relation] => AND
[meta_table] => wp_postmeta
[meta_id_column] => post_id
[primary_table] => wp_posts
[primary_id_column] => ID
[table_aliases:protected] => Array
(
[0] => wp_postmeta
[1] => mt1
[2] => mt2
[3] => mt3
)
[clauses:protected] => Array
(
[wp_postmeta] => Array
(
[key] => featured
[compare] => =
[alias] => wp_postmeta
[cast] => CHAR
)
[mt1] => Array
(
[key] => region
[value] => 644
[compare] => =
[alias] => mt1
[cast] => CHAR
)
[mt2] => Array
(
[key] => glance_sleeps
[value] => 1
[compare] => >=
[type] => NUMERIC
[alias] => mt2
[cast] => SIGNED
)
[mt3] => Array
(
[key] => glance_bedrooms
[value] => 1
[compare] => >=
[type] => NUMERIC
[alias] => mt3
[cast] => SIGNED
)
)
[has_or_relation:protected] =>
)
[date_query] =>
[request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id ) INNER JOIN wp_postmeta AS mt2 ON ( wp_posts.ID = mt2.post_id ) INNER JOIN wp_postmeta AS mt3 ON ( wp_posts.ID = mt3.post_id ) WHERE 1=1 AND (
wp_postmeta.meta_key = 'featured'
AND
( mt1.meta_key = 'region' AND mt1.meta_value = '644' )
AND
( mt2.meta_key = 'glance_sleeps' AND CAST(mt2.meta_value AS SIGNED) >= '1' )
AND
( mt3.meta_key = 'glance_bedrooms' AND CAST(mt3.meta_value AS SIGNED) >= '1' )
) AND wp_posts.post_type = 'gites' AND (wp_posts.post_status = 'publish') GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value = 1 DESC, rand() LIMIT 10, 10
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 101599
[post_author] => 1670
[post_date] => 2015-11-09 13:27:37
[post_date_gmt] => 2015-11-09 13:27:37
[post_content] => NOW TAKING BOOKINGS FOR 2018 - JUNE, JULY & SEPTEMBER ONLY
Sleeping 6 in 3 bedrooms with en-suite and family bathroom. Open plan ground floor with well equipped modern kitchen, comfortable seating and large dining table.
[post_title] => Mas 15
[post_excerpt] => Pretty Provencal villa with beautiful views, private garden and access to two shared pools.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => mas-15
[to_ping] =>
[pinged] =>
[post_modified] => 2017-10-24 13:55:37
[post_modified_gmt] => 2017-10-24 12:55:37
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/mas-15/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[1] => WP_Post Object
(
[ID] => 101705
[post_author] => 1766
[post_date] => 2015-11-09 13:29:59
[post_date_gmt] => 2015-11-09 13:29:59
[post_content] => Enjoy truly breath taking views of the wild countryside and spectacular sunsets, an artist's delight. A self catering 18th century three story house opposite a restaurant giving the convenience of a hotel. An old village house set in a beautiful provençal village near the Lac de Sainte Croix and Gorges du Verdon. It has a large terrace of 18 m². The village, perched on a hill at an altitude of 630 meters, has maintained its old fashioned Provençal appeal and is in the midst of a nature reserve, which is rich in flora and fauna. The scenery here is astonishing and diverse. This area was never really discovered until the beginning of the 20th century, the two Verdon Gorges have fascinated innumerable visitors ever since. The two canyons are separated by the Lac de Sainte Croix.
A sofa bed allows an additional two guests.
• Private outside semi-shaded sun terrace for eating and relaxing, with panoramic views of the surrounding countryside
• Large bathroom with Victorian style free standing bath
• Beautiful view of rolling countryside from Victorian style bath
• Crockery, cutlery, pots, pans, linen, electricity and water included. Towels for indoor use only
• All bed linen is made of cotton
• Pop downstairs for your coffee and breakfast, lunch and diner - no need to cook at all!
• Lots of free and secure parking outside the house and in the friendly village
• 15 minutes to Aups - Village with large supermarket and lots of facilities
• Children's playground nearby complete with playground equipment
• TV, DVD, and CD player
• No hidden extras
[post_title] => Maison Baudinard
[post_excerpt] => A self catering 18th century three story house opposite a restaurant giving the convenience of a hotel.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => maison-baudinard
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-11 14:14:56
[post_modified_gmt] => 2016-02-11 14:14:56
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/maison-baudinard/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[2] => WP_Post Object
(
[ID] => 101999
[post_author] => 2092
[post_date] => 2015-11-09 13:31:26
[post_date_gmt] => 2015-11-09 13:31:26
[post_content] => The studio overlooks the sandy beach of La Salis, which is but ashort walk from Antibes. A car is not necessary as there is a shuttle bus service into the centre of town, and Antibes can be reached by bus from the airport, or taxi.
Whilst there is no separate bedroom, there is a full 140cm bed which folds into a specially designed wall-unit. The shower room has just been fully refurbished with a large walk-in shower (there is no bath). There is a modern-style kitchen with cooker, hob, washing machine, dishwasher, fridge and freezer.
There is a TV with UK 'package' of channels, along with WiFi
[post_title] => Salis Beach sea-front Studio
[post_excerpt] => Air-conditioned beach-front studio,with pool,at debut Cap D'antibes
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => salis-beach-sea-front-studio
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-11 14:14:48
[post_modified_gmt] => 2016-02-11 14:14:48
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/salis-beach-sea-front-studio/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
)
[post_count] => 3
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 101599
[post_author] => 1670
[post_date] => 2015-11-09 13:27:37
[post_date_gmt] => 2015-11-09 13:27:37
[post_content] => NOW TAKING BOOKINGS FOR 2018 - JUNE, JULY & SEPTEMBER ONLY
Sleeping 6 in 3 bedrooms with en-suite and family bathroom. Open plan ground floor with well equipped modern kitchen, comfortable seating and large dining table.
[post_title] => Mas 15
[post_excerpt] => Pretty Provencal villa with beautiful views, private garden and access to two shared pools.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => mas-15
[to_ping] =>
[pinged] =>
[post_modified] => 2017-10-24 13:55:37
[post_modified_gmt] => 2017-10-24 12:55:37
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/mas-15/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[comment_count] => 0
[current_comment] => -1
[found_posts] => 13
[max_num_pages] => 2
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] =>
[is_date] =>
[is_year] =>
[is_month] =>
[is_day] =>
[is_time] =>
[is_author] =>
[is_category] =>
[is_tag] =>
[is_tax] =>
[is_search] =>
[is_feed] =>
[is_comment_feed] =>
[is_trackback] =>
[is_home] => 1
[is_404] =>
[is_embed] =>
[is_paged] => 1
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_posts_page] =>
[is_post_type_archive] =>
[query_vars_hash:WP_Query:private] => ec26167c75c4784c5cdae81ff3652859
[query_vars_changed:WP_Query:private] =>
[thumbnails_cached] =>
[stopwords:WP_Query:private] =>
[compat_fields:WP_Query:private] => Array
(
[0] => query_vars_hash
[1] => query_vars_changed
)
[compat_methods:WP_Query:private] => Array
(
[0] => init_query_flags
[1] => parse_tax_query
)
)
We found 13 Gites.
Provence Alpes Cote d’Azur / Bouches-du-Rhône / Pont Royal
Prices per week from
£0 to £0
Provence Alpes Cote d’Azur / Var / Baudianrd-sur-Verdon
Prices per week from
£395 to £545
Provence Alpes Cote d’Azur / Alpes Maritimes / Antibes
Prices per week from
£515 to £585



