
Search form is loading, please wait...
Array
(
[post_type] => gites
[tax_query] => Array
(
[relation] => AND
)
[posts_per_page] => 10
[paged] => 11
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 628
[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] => 11
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 628
[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] => 11
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 628
[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] => 11
[post_title_like] =>
[post_content_like] =>
[meta_query] => Array
(
[relation] => AND
[0] => Array
(
[key] => featured
)
[1] => Array
(
[key] => region
[value] => 628
[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] => 628
[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] => 628
[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 = '628' )
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 100, 10
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 101678
[post_author] => 1666
[post_date] => 2015-11-09 13:29:54
[post_date_gmt] => 2015-11-09 13:29:54
[post_content] => This detached, recently refurbished Breton stone cottage offers modern self catering accommodation for 4 in a tranquil setting.
It is 6 kms from the village of Guern in a delightful area with some of the finest scenery in mid-Brittany.
The accommodation is on two floors.
On the ground floor is a comfortable lounge with an open fireplace and log stove and a separate, well-equipped kitchen/dining room. A hand-crafted staircase leads to the two bedrooms and a family size bathroom.
The holiday cottage sits in a private, enclosed garden in a small hamlet in a lovely wooded location. Garden furniture and barbecue are provided.
[post_title] => Niziau
[post_excerpt] => This detached, recently refurbished Breton stone cottage offers modern self catering accommodation for 4 in a tranquil setting.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => niziau
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-11 14:14:57
[post_modified_gmt] => 2016-02-11 14:14:57
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/niziau/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[1] => WP_Post Object
(
[ID] => 101402
[post_author] => 1594
[post_date] => 2015-11-09 13:23:04
[post_date_gmt] => 2015-11-09 13:23:04
[post_content] => This appartment has two bedrooms, a tastefully furnished, south-facing, open plan living room and kitchen area equipped with full sized appliances including dishwasher. There are French windows leading onto small private gardens with tables, chairs and parasols. There is a bath with a shower over it, TV, DVD and Access to Wifi.
[post_title] => Kergarec Appartment A
[post_excerpt] => In the countryside just 2 miles from Benodet in southern Brittany. Lots of local sandy beaches and rocky coves.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => kergarec-appartment-a
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-11 14:15:01
[post_modified_gmt] => 2016-02-11 14:15:01
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/kergarec-appartment-a/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[2] => WP_Post Object
(
[ID] => 102027
[post_author] => 2039
[post_date] => 2015-11-09 13:31:33
[post_date_gmt] => 2015-11-09 13:31:33
[post_content] => Beautiful Stone Cottage near Pontivy.
Poppy Cottage, with shared pool, sleeps 5 This is a wonderfully renovated cottage in the quiet Breton countryside, set in magnificent gardens, and nine further acres, with so much to do, you won't want to leave. There is a large heated swimming pool, a games room and a fully equipped gym.
This is a semi-detached barn conversion, tastefully decorated. On the ground floor there is an open plan lounge diner with Sky TV & DVD player (100's of DVDs for hire in the library) , a fully equipped kitchen with dishwasher; shower room with toilet and wash basin and on the first floor there is one double and one triple (single beds) bedroom. Outside Poppy has its new decked patio area with brand new stone BBQ and beautiful private flowered garden.
There are some shared facilities with three other lovely cottages; including: laundry room with two washing machines and tumble dryer; gym with various equipment; games room with pool table, snooker table, table tennis, table football, books and various games. The gardens are magnificent; extensive lawned areas, plus beautifully planted flower beds. The large (10 x 5 m) heated pool, is fully enclosed and has ample sun loungers, which is open end May to September. Each cottage has garden furniture, BBQ, and private patio outside.
[post_title] => Poppy Cottage
[post_excerpt] => Beautiful Stone Cottage near Pontivy
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => poppy-cottage
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-11 14:14:47
[post_modified_gmt] => 2016-02-11 14:14:47
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/poppy-cottage/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[3] => WP_Post Object
(
[ID] => 102030
[post_author] => 2039
[post_date] => 2015-11-09 13:31:33
[post_date_gmt] => 2015-11-09 13:31:33
[post_content] => Rosemary Cottage set in a quiet, peaceful locations with heated pool.
Sleeps 6 Set in large lawned gardens Rosemary Cottage is one of four newly renovated cottages in this "Long House" seen in the middle right of the photo. Situated three miles from Pluméliau, a large town with all shops, bars and restaurants, and two miles from Moustoir Remungol in the other direction.
Ideal for family groups with the addition of a children's playroom aimed at age groups up to pre-school and also a new sturdy play area for them too including swings, slides, climbing frame etc, so should keep them all amused whatever the weather. For the convenience of all young families, the owners now have available: Umbrella push chair, Booster seat, Bed guards, changing mat, baby monitor, potty, toilet seat and bathroom step, hand blender, plastic cutlery, beakers and plates, sterilising unit, First aid kit, Nappy and pre-prepared baby food ordering service, plus full cream milk, bottled water, etc as required in gite on arrival
The kitchen/dining is open plan with a large dining table and chairs and the modern kitchen is fully equipped with all conveniences including dishwasher and the separate lounge has a wood burning fire, comfy settee and two armchairs also Satellite TV & DVD player. WiFi available via your own laptop.. There are two shower rooms one downstairs with toilet and wash basin and the other upstairs, with spacious baby changing and bathing area.
Upstairs there are three bedrooms, two doubles and one twin with comfortable beds. One of the doubles is up a separate set of stairs. These rooms are light and tastefully decorated.
Outside there are large grounds to the front, with a private terrace and BBQ. In the communal gardens there is a competition boule court, badminton court and football goal, swimming pool and short tennis court. For your relaxation, some books and board games are provided.
[post_title] => Rosemary Cottage
[post_excerpt] => Rosemary Cottage set in a quiet, peaceful locations with heated pool.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => rosemary-cottage
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-11 14:14:47
[post_modified_gmt] => 2016-02-11 14:14:47
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/rosemary-cottage/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[4] => WP_Post Object
(
[ID] => 101586
[post_author] => 1657
[post_date] => 2015-11-09 13:27:35
[post_date_gmt] => 2015-11-09 13:27:35
[post_content] => Beautiful riverside holiday properties to rent in Brittany, France, sleeping 20, 14, 10, 7, 6 & 4 people.
The properties form part of a ten acre watermill estate located in the pretty village of Plouguenast ideally situated to explore both the coastal area and inland beauty of Brittany. 25 minutes from the nearest coast and main town of St Brieuc, with St Malo, Le Mont-St Michel and the airport at Dinard within a hour away. A pretty trout fishing river runs though the estate which is situated in a valley of outstanding natural beauty which contains both parkland and forest areas.
The properties are well planned and are furnished to a high standard, has it's own patio, overlooking the river which is ideal for relaxation after a day of exploring or sightseeing.
The properties are situated on the bank of a lovely trout fishing river and form part of an nine acre estate consisting of parkland and forest areas. Various footpaths and bridleways exist to explore the surrounding area and the village of Plouguenast is just a minutes walk away.
[post_title] => The Manor House
[post_excerpt] => Large Riverside Manor house sleeping 20 people.8 bedrooms, 3 bathrooms
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => the-manor-house
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-11 14:14:59
[post_modified_gmt] => 2016-02-11 14:14:59
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/the-manor-house/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[5] => WP_Post Object
(
[ID] => 107117
[post_author] => 2039
[post_date] => 2015-11-09 15:30:38
[post_date_gmt] => 2015-11-09 15:30:38
[post_content] => This two bedroom cottage has been carefully restored to provide every modern comfort, while retaining all the charm of original stonework. Ideal for small family or two couples.
Cassis is also equipped with freeview satellite tv and in addition, for those who want to keep in touch with their email etc, each gite is part of a private wi-fi network accessible by WEP key. The access key will be provided individually as required. The living area is open plan light and spacious which includes;
Lounge/Dining area of sofa, chairs and fully equipped with CD, TV and DVD facilities and dining table.
Kitchen fully equipped with fridge, hob and oven, microwave, washing machine and dishwasher. The bedrooms are both on the first floor: one double room and one with twin beds. There is a family bathroom with bath/shower, WC and sink.
Outside there is a private garden which is fully enclosed and has swings and a seating area.
Also outside you can enjoy a 12m x 6m pool with Roman steps into the shallow end and an adjacent children's pool. There is a large sunbathing terrace and the pool is open and heated from mid-May until the end of September. It is securely fenced. The extensive grounds are a delight for all ages and cover around 22 acres including a large children's play area, indoor play barn, games field, open parkland and is bounded by trees and fields.
[post_title] => Cassis
[post_excerpt] => A beautifully renovated comfortable, charming, stone cottage with heated pool situated at the end of a private tree-lined driveway
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => cassis
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-12 19:36:16
[post_modified_gmt] => 2016-02-12 19:36:16
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/cassis/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
)
[post_count] => 6
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 101678
[post_author] => 1666
[post_date] => 2015-11-09 13:29:54
[post_date_gmt] => 2015-11-09 13:29:54
[post_content] => This detached, recently refurbished Breton stone cottage offers modern self catering accommodation for 4 in a tranquil setting.
It is 6 kms from the village of Guern in a delightful area with some of the finest scenery in mid-Brittany.
The accommodation is on two floors.
On the ground floor is a comfortable lounge with an open fireplace and log stove and a separate, well-equipped kitchen/dining room. A hand-crafted staircase leads to the two bedrooms and a family size bathroom.
The holiday cottage sits in a private, enclosed garden in a small hamlet in a lovely wooded location. Garden furniture and barbecue are provided.
[post_title] => Niziau
[post_excerpt] => This detached, recently refurbished Breton stone cottage offers modern self catering accommodation for 4 in a tranquil setting.
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => niziau
[to_ping] =>
[pinged] =>
[post_modified] => 2016-02-11 14:14:57
[post_modified_gmt] => 2016-02-11 14:14:57
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://www.gitesearch.com/gites/niziau/
[menu_order] => 0
[post_type] => gites
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[comment_count] => 0
[current_comment] => -1
[found_posts] => 106
[max_num_pages] => 11
[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] => 2add4f46cc1a8ae84da3d2973ffc07b7
[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 106 Gites.
Brittany / Morbihan / Guern
Prices per week from
£300 to £380
Brittany / Finistere / Clohars-Fouesnant
Prices per week from
£300 to £600
Brittany / Morbihan / Pontivy
Prices per week from
£675 to £835
Brittany / Morbihan / Pluméliau
Prices per week from
£350 to £1025
Brittany / Cotes d’Armor / Plouguenast
Prices per week from
£1500 to £2800
Brittany / Morbihan / Camors
Prices per week from
€400 to €915






