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] => 6846
[post_author] => 2
[post_date] => 2023-04-30 18:13:53
[post_date_gmt] => 2023-04-30 17:13:53
[post_content] => 1970 Maserati Indy 4200 Coupe LHD 5 Speed PAS Air Con. Finished in Silver Metallizzatto with Blue interior . This early twin binnacle dash example was built in September 1970 and supplied by the Maserati Factory direct to the first owner Mr Vittorio Cavani on 11th September in Modena Italy and is Matching Numbers complete with Maserati Classiche Documentation with the original order , build sheets, Certificates of Technical and Aesthetic Characteristics , Historical Information and Certificate of Origin.
In 2012 the car had been repainted and received an engine rebuild shortly after prior to purchase at the Nurburgring Sale in 2014 by a significant UK collector when still Italian registered. In the last 12 months £17,000 Sterling has been spent at Marque Specialists in the UK including extensive servicing work on the engine, steering , brakes, electrics etc. and the replacement of all 5 tyres with new Michelin XWX Tyres with invoices for the same.
The car is in beautiful condition inside and out and is UK Registered and tax paid with a recent UK MOT Test Certificate . The Indy is much underrated and therefore is a fantastic value for money Maserati Classic Sports Coupe with the benefit of 4 seats and the looks to rival any Maserati or Ferrari of the late 60,s / early 70,s for only £64,950
[post_title] => 1970 MASERATI INDY 4200 LHD £64,950
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1970-maserati-indy-4200-lhd
[to_ping] =>
[pinged] =>
[post_modified] => 2023-04-30 18:14:16
[post_modified_gmt] => 2023-04-30 17:14:16
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://svs-ltd.com/?post_type=listings&p=6846
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[1] => 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 £39,950
[post_title] => 1969 JAGUAR 420G MANUAL O/D £39,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-05-19 17:05:18
[post_modified_gmt] => 2023-05-19 16:05:18
[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
)
[2] => 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
)
[3] => 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] => 4
[current_post] => -1
[in_the_loop] =>
[post] => WP_Post Object
(
[ID] => 6846
[post_author] => 2
[post_date] => 2023-04-30 18:13:53
[post_date_gmt] => 2023-04-30 17:13:53
[post_content] => 1970 Maserati Indy 4200 Coupe LHD 5 Speed PAS Air Con. Finished in Silver Metallizzatto with Blue interior . This early twin binnacle dash example was built in September 1970 and supplied by the Maserati Factory direct to the first owner Mr Vittorio Cavani on 11th September in Modena Italy and is Matching Numbers complete with Maserati Classiche Documentation with the original order , build sheets, Certificates of Technical and Aesthetic Characteristics , Historical Information and Certificate of Origin.
In 2012 the car had been repainted and received an engine rebuild shortly after prior to purchase at the Nurburgring Sale in 2014 by a significant UK collector when still Italian registered. In the last 12 months £17,000 Sterling has been spent at Marque Specialists in the UK including extensive servicing work on the engine, steering , brakes, electrics etc. and the replacement of all 5 tyres with new Michelin XWX Tyres with invoices for the same.
The car is in beautiful condition inside and out and is UK Registered and tax paid with a recent UK MOT Test Certificate . The Indy is much underrated and therefore is a fantastic value for money Maserati Classic Sports Coupe with the benefit of 4 seats and the looks to rival any Maserati or Ferrari of the late 60,s / early 70,s for only £64,950
[post_title] => 1970 MASERATI INDY 4200 LHD £64,950
[post_excerpt] =>
[post_status] => publish
[comment_status] => closed
[ping_status] => closed
[post_password] =>
[post_name] => 1970-maserati-indy-4200-lhd
[to_ping] =>
[pinged] =>
[post_modified] => 2023-04-30 18:14:16
[post_modified_gmt] => 2023-04-30 17:14:16
[post_content_filtered] =>
[post_parent] => 0
[guid] => https://svs-ltd.com/?post_type=listings&p=6846
[menu_order] => 0
[post_type] => listings
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[comment_count] => 0
[current_comment] => -1
[found_posts] => 4
[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
)
)
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more