WP_Query Object
(
[query] => Array
(
[page] =>
[post_type] => listings
[order] => DESC
[orderby] => date
[filter_location] => 1
[posts_per_page] => 10
[meta_query] => Array
(
[0] => Array
(
[relation] => AND
[0] => Array
(
[relation] => OR
[0] => Array
(
[key] => sold_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => sold_car
[compare] => NOT EXISTS
)
)
[1] => Array
(
[relation] => OR
[0] => Array
(
[key] => racing_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => racing_car
[compare] => NOT EXISTS
)
)
[2] => Array
(
[relation] => OR
[0] => Array
(
[key] => csoon_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => csoon_car
[compare] => NOT EXISTS
)
)
)
)
)
[query_vars] => Array
(
[page] => 0
[post_type] => listings
[order] => DESC
[orderby] => date
[filter_location] => 1
[posts_per_page] => 10
[meta_query] => Array
(
[0] => Array
(
[relation] => AND
[0] => Array
(
[relation] => OR
[0] => Array
(
[key] => sold_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => sold_car
[compare] => NOT EXISTS
)
)
[1] => Array
(
[relation] => OR
[0] => Array
(
[key] => racing_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => racing_car
[compare] => NOT EXISTS
)
)
[2] => Array
(
[relation] => OR
[0] => Array
(
[key] => csoon_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => csoon_car
[compare] => NOT EXISTS
)
)
)
)
[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] =>
[paged] => 0
[meta_key] =>
[meta_value] =>
[preview] =>
[s] =>
[sentence] =>
[title] =>
[fields] =>
[menu_order] =>
=>
[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] =>
[update_post_term_cache] => 1
[lazy_load_term_meta] => 1
[update_post_meta_cache] => 1
[nopaging] =>
[comments_per_page] => 50
[no_found_rows] =>
)
[tax_query] => WP_Tax_Query Object
(
[queries] => Array
(
)
[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
(
[0] => Array
(
[0] => Array
(
[key] => sold_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => sold_car
[compare] => NOT EXISTS
)
[relation] => OR
)
[1] => Array
(
[0] => Array
(
[key] => racing_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => racing_car
[compare] => NOT EXISTS
)
[relation] => OR
)
[2] => Array
(
[0] => Array
(
[key] => csoon_car
[value] =>
[compare] => =
)
[1] => Array
(
[key] => csoon_car
[compare] => NOT EXISTS
)
[relation] => OR
)
[relation] => AND
)
[relation] => OR
)
[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
[4] => mt4
[5] => mt5
)
[clauses:protected] => Array
(
[wp_postmeta] => Array
(
[key] => sold_car
[value] =>
[compare] => =
[compare_key] => =
[alias] => wp_postmeta
[cast] => CHAR
)
[mt1] => Array
(
[key] => sold_car
[compare] => NOT EXISTS
[compare_key] => =
[alias] => mt1
[cast] => CHAR
)
[mt2] => Array
(
[key] => racing_car
[value] =>
[compare] => =
[compare_key] => =
[alias] => mt2
[cast] => CHAR
)
[mt3] => Array
(
[key] => racing_car
[compare] => NOT EXISTS
[compare_key] => =
[alias] => mt3
[cast] => CHAR
)
[mt4] => Array
(
[key] => csoon_car
[value] =>
[compare] => =
[compare_key] => =
[alias] => mt4
[cast] => CHAR
)
[mt5] => Array
(
[key] => csoon_car
[compare] => NOT EXISTS
[compare_key] => =
[alias] => mt5
[cast] => CHAR
)
)
[has_or_relation:protected] => 1
)
[date_query] =>
[request] => SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id AND mt1.meta_key = 'sold_car' ) LEFT JOIN wp_postmeta AS mt2 ON ( wp_posts.ID = mt2.post_id ) LEFT JOIN wp_postmeta AS mt3 ON ( wp_posts.ID = mt3.post_id AND mt3.meta_key = 'racing_car' ) LEFT JOIN wp_postmeta AS mt4 ON ( wp_posts.ID = mt4.post_id ) LEFT JOIN wp_postmeta AS mt5 ON ( wp_posts.ID = mt5.post_id AND mt5.meta_key = 'csoon_car' ) WHERE 1=1 AND (
(
(
( wp_postmeta.meta_key = 'sold_car' AND wp_postmeta.meta_value = '' )
OR
mt1.post_id IS NULL
)
AND
(
( mt2.meta_key = 'racing_car' AND mt2.meta_value = '' )
OR
mt3.post_id IS NULL
)
AND
(
( mt4.meta_key = 'csoon_car' AND mt4.meta_value = '' )
OR
mt5.post_id IS NULL
)
)
) AND wp_posts.post_type = 'listings' AND (wp_posts.post_status = 'publish') GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 10
[posts] => Array
(
[0] => WP_Post Object
(
[ID] => 5333
[post_author] => 2
[post_date] => 2022-12-14 17:34:13
[post_date_gmt] => 2022-12-14 17:34:13
[post_content] => 1984 Morgan 4/4 4 Seater Fiat 1600 Twin Cam with 5 Speed Box . Finished in Old English White with Black leather interior. This rare (one of 92 Fiat engined 5 speed cars) with All Alloy Bodywork , Full Leather interior and Chrome wire wheels with chrome luggage rack has had just 3 owners with one Harley St Doctor owner since 1999 when it was was supplied by Baeur Millett of Manchester. It has covered 63,000 miles from new with an MOT File and invoice file with cam belt change and has just been serviced . In lovely condition and a great drive with the twin cam engine and 5 speed box and value at £16,450
[post_title] => 1984 Morgan 4/4 4 Seater Fiat 1600 Twin Cam 5 Speed £16,450
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1984-morgan-4-4-4-seater-fiat-1600-twin-cam-5-speed
[to_ping] =>
[pinged] =>
[post_modified] => 2023-02-26 14:55:50
[post_modified_gmt] => 2023-02-26 14:55:50
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://svs-ltd.com/?post_type=listings&p=5333
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[1] => WP_Post Object
(
[ID] => 4245
[post_author] => 2
[post_date] => 2022-10-15 16:52:21
[post_date_gmt] => 2022-10-15 15:52:21
[post_content] => 1966 Truimph TR4A IRS Manual with overdrive, Surrey hard and soft tops, Chrome wire wheels ,UK RHD Home Market car supplied by Loxhams Garages Preston Lancs on 1.8 .1966 Finished in original Signal Red with black trim and with original reg. number . This example which has had one Harley St Doctor owner since 2012 was the subject of a body off/ ground up restoration completed in the 1990,s with all invoices for works carried out and parts supplied and still in magnificent condition in every respect with unmarked bodywork, beautiful interior , and excellent undersides . Having been regularly maintained and upgraded since then with a large invoice file for all works including full engine, gearbox and diff overhaul with only 7000 miles since rebuild, full suspension overhaul with new springs and uprated dampers , bushes etc. Hi Torque Starter, Alternator conversion , spin off oil filter and oil cooler conversion , electronic ignition, Kenlowe Fan, Hi Back Sports Leather reclining seats , period Motolita 12 inch woodrim steering wheel . MOT file dating back to 1977. Heritage Certificate, Owners Handbook and tools. An opportunity to acquire the rarest TR4A derivative in original RHD with IRS and every factory option at £32,950
[post_title] => 1966 Truimph TR4A IRS O/D Surrey H/S Tops UK RHD £32,950
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1966-truimph-tr4a-irs-o-d-surrey-h-s-tops-uk-rhd-37950
[to_ping] =>
[pinged] =>
[post_modified] => 2023-03-02 12:39:08
[post_modified_gmt] => 2023-03-02 12:39:08
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://svs-ltd.com/?post_type=listings&p=4245
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[2] => WP_Post Object
(
[ID] => 4201
[post_author] => 2
[post_date] => 2022-09-19 14:21:19
[post_date_gmt] => 2022-09-19 13:21:19
[post_content] => 1997 Bentley Brooklands Light Pressure Turbo SWB Finished in Silverwood Metallic Green with Parchment Hide Piped Green. Three owners from new the last for 21 years , a Harley St doctor, purchased the car in 2001 when the car had covered less than 10,000 miles, he used the car regularly until 2008 when it had covered only 19,400 miles with a full Bentley Main Dealer Service History. The car was then placed in to dry storage forming part of his private collection . Whilst in storage the car was regularly checked over, started and MOT tested with just 400 miles covered in the years to date with a current total mileage from new of ONLY 19,800 MILES .
Following our recent acquisition of the car Bowling Ryan Rolls and Bentley Specialists have carried out extensive recommissioning and servicing works on the engine , brakes , hydraulics, electrical and air conditioning systems , replacement tyres etc. with invoices for all works carried out .
The car is in magnificent original condition with unmarked bodywork and paintwork with twin painted coach lines with a magnificent unmarked leather interior and woodwork with Waxoyled undersides.
The Light Pressure Turbo Brooklands is a wonderful balance of speed and ride comfort with a total of only 152 cars produced and are becoming rare and very desirable and this must be the lowest mileage example currently available.
Complete with Pouch, Handbook , Service Book, MOT history file plus all tools. £26,950
[post_title] => 1997 BENTLEY BROOKLANDS LPT SWB £26,950
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1997-bentley-brooklands-lpt-swb
[to_ping] =>
[pinged] =>
[post_modified] => 2023-02-26 14:57:19
[post_modified_gmt] => 2023-02-26 14:57:19
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://svs-ltd.com/?post_type=listings&p=4201
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[3] => WP_Post Object
(
[ID] => 3812
[post_author] => 2
[post_date] => 2021-06-06 17:03:33
[post_date_gmt] => 2021-06-06 16:03:33
[post_content] => 1969 Jaguar 420G Manual with O/D RHD UK reg Finished in Opalescent Silver Blue with Dark Blue Hide interior and carpets this ultra rare 420G with Manual gearbox with overdrive and PAS with a Radiomobile twin speaker system was delivered on the 28.9.69 to the first owner who kept the car until 1994 , the second owner kept the car until 2008 and the 3rd and last owner has owned the car to date.
The manual gears and overdrive transform the car as opposed to the Automatic version giving the car sports performance and a totally different driving experience.
This is without doubt one of the finest if not the finest example of only around 50 cars still registered( of which the vast majority are Automatic versions) on the road in the UK , the condition is exceptional in every respect with beautiful unmarked paintwork and a superb original interior and the mileage is only 39,000 from new with a huge detailed history file with ownership history , invoice file , mot file , picture file and correspondence file. Complete with Tool box with tools , jack and wheelbrace, plus original handbooks and pouch and car cover
This is a rare opportunity to acquire one of these magnificent rare cars which can only increase in value £35,950
[post_title] => 1969 JAGUAR 420G MANUAL O/D £35,950
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1969-jaguar-420g-manual-o-d-2
[to_ping] =>
[pinged] =>
[post_modified] => 2023-02-26 14:57:42
[post_modified_gmt] => 2023-02-26 14:57:42
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://svs-ltd.com/?post_type=listings&p=3812
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[4] => WP_Post Object
(
[ID] => 3447
[post_author] => 2
[post_date] => 2020-04-13 16:31:33
[post_date_gmt] => 2020-04-13 15:31:33
[post_content] => 2007 Ferrari 599 F1 GTB Fiorano RHD UK Supplied . Finished in Argento Nürburgring Metallic with Grigio Scuro leather interior. Electric Daytona Seats with Charcoal inserts, 20inch Monolitic Wheels, Yellow Calipers, Scuderia wing shields, Carboceramic Brakes, Roll Cage, Carbon Fibre Driving Zone, Carbon Fibre Lower Cabin, Giallo rev counter, Bose Hi Fi. Full Main Agent Service History from new with 52 K. Recent health check with Main Dealer and major service carried out including new clutch , engine , suspension and air con work total invoice £13,281.Complete with Ferrari Leather pouch, handbooks ,service books and tools. Superb condition and breathtaking to drive !!!
[post_title] => 2007 Ferrari 599 F1 GTB Fiorano
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 2007-ferrari-599-f1-gtb-fiorano
[to_ping] =>
[pinged] =>
[post_modified] => 2020-12-12 19:45:12
[post_modified_gmt] => 2020-12-12 19:45:12
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://svs-ltd.com/?post_type=listings&p=3447
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[5] => WP_Post Object
(
[ID] => 2649
[post_author] => 2
[post_date] => 2017-10-01 16:15:13
[post_date_gmt] => 2017-10-01 15:15:13
[post_content] => 1964 Jaguar E-Type 3.8 Fixed Head Coupe finished in Pale Primrose Yellow with a black hide interior and carpets and fitted with all round Sundym glass, chrome wires and the original Motorola radio. This UK supplied RHD example had one airline pilot owner from May 1964 to October 1968 having covered just 15,300 miles before passing to the second owner who ran the car till 1976 the mileage then being just under 48,000 and was laid up until 1981 when a restoration to concours standards began which was completed in 1988. On its debut at the 1988 Benson & Hedges Concours it took the Newcomers Class then went on to take the 1989 Jaguar Drivers Club Supreme E-Type Award the 1991 Autoglym Jaguar Concours 2nd prize(with its third owner) and last but not least Car of the Show at the 1992 Classic Car Roadshow.It was then aquired by a private collector and has formed part of a large collection for the past 20 years. The car comes with a documented history , magazine features, concours trophies, MOT file and invoices, original buff log book and Jaguar Heritage certificate plus handbook and tools. The overall condition is outstanding with a current mileage of only 51,000, it is without doubt one of the finest examples we have seen. £129,950
[post_title] => 1964 Jaguar E-Type 3.8 FHC £129950
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1964-jaguar-e-type-3-8-fixed-head-coupe
[to_ping] =>
[pinged] =>
[post_modified] => 2023-03-06 08:25:38
[post_modified_gmt] => 2023-03-06 08:25:38
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://threegirlstest.co.uk/svs/?post_type=listings&p=2649
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
)
[post_count] => 6
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 5333
[post_author] => 2
[post_date] => 2022-12-14 17:34:13
[post_date_gmt] => 2022-12-14 17:34:13
[post_content] => 1984 Morgan 4/4 4 Seater Fiat 1600 Twin Cam with 5 Speed Box . Finished in Old English White with Black leather interior. This rare (one of 92 Fiat engined 5 speed cars) with All Alloy Bodywork , Full Leather interior and Chrome wire wheels with chrome luggage rack has had just 3 owners with one Harley St Doctor owner since 1999 when it was was supplied by Baeur Millett of Manchester. It has covered 63,000 miles from new with an MOT File and invoice file with cam belt change and has just been serviced . In lovely condition and a great drive with the twin cam engine and 5 speed box and value at £16,450
[post_title] => 1984 Morgan 4/4 4 Seater Fiat 1600 Twin Cam 5 Speed £16,450
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1984-morgan-4-4-4-seater-fiat-1600-twin-cam-5-speed
[to_ping] =>
[pinged] =>
[post_modified] => 2023-02-26 14:55:50
[post_modified_gmt] => 2023-02-26 14:55:50
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://svs-ltd.com/?post_type=listings&p=5333
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[comment_count] => 0
[current_comment] => -1
[found_posts] => 6
[max_num_pages] => 1
[max_num_comment_pages] => 0
[is_single] =>
[is_preview] =>
[is_page] =>
[is_archive] => 1
[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] =>
[is_privacy_policy] =>
[is_404] =>
[is_embed] =>
[is_paged] =>
[is_admin] =>
[is_attachment] =>
[is_singular] =>
[is_robots] =>
[is_favicon] =>
[is_posts_page] =>
[is_post_type_archive] => 1
[query_vars_hash:WP_Query:private] => f11642b470148e1c8fec630ab53890f8
[query_vars_changed:WP_Query:private] =>
[thumbnails_cached] =>
[allow_query_attachment_by_filename:protected] =>
[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
)
)