{"id":3549,"date":"2025-09-19T08:34:15","date_gmt":"2025-09-19T08:34:15","guid":{"rendered":"https:\/\/clearcourse.co.uk\/staging\/?page_id=3549"},"modified":"2026-02-25T10:41:14","modified_gmt":"2026-02-25T10:41:14","slug":"history","status":"publish","type":"page","link":"https:\/\/clearcourse.co.uk\/staging\/about\/history\/","title":{"rendered":"History"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3549\" class=\"elementor elementor-3549\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b3c4e00 e-con-full e-flex e-con e-parent\" data-id=\"b3c4e00\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-adc0ca1 e-con-full e-flex e-con e-child\" data-id=\"adc0ca1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-68990ce e-con-full e-flex e-con e-child\" data-id=\"68990ce\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-4b9faf1 e-con-full e-flex e-con e-child\" data-id=\"4b9faf1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6d099b8 e-con-full generic-banner-overlay-circle e-flex e-con e-child\" data-id=\"6d099b8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2508093 elementor-widget elementor-widget-image\" data-id=\"2508093\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/clearcourse.co.uk\/wp-content\/uploads\/2025\/09\/ClearCourse-Logo-White.svg\" class=\"attachment-large size-large wp-image-5588\" alt=\"ClearCourse logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5a0acf elementor-widget elementor-widget-heading\" data-id=\"d5a0acf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">The ClearCourse story<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b7098ca e-flex e-con-boxed e-con e-parent\" data-id=\"b7098ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2b96766 e-con-full e-flex e-con e-child\" data-id=\"2b96766\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<!-- jQuery CDN (load before your script) -->\n<script src=\"https:\/\/code.jquery.com\/jquery-3.7.1.min.js\"><\/script>\n\n<!-- Your custom script -->\n<script>\njQuery(document).ready(function ($) {\n    \/\/ Open the first FAQ in each container by default\n    $(\"[id^='faq-container-']\").each(function () {\n        let $firstItem = $(this).find(\".faq-item\").first();\n        $firstItem.addClass(\"open faq-item-open\");\n        $firstItem.find(\".faq-answer\").show();\n    });\n\n    \/\/ Global click handler\n    $(document).on(\"click\", \".faq-question\", function () {\n        let $item = $(this).closest(\".faq-item\");\n        let $container = $item.closest(\"[id^='faq-container-']\");\n        let containerId = $container.attr(\"id\");\n\n        \/\/ If already open \u2192 close only this one\n        if ($item.hasClass(\"open faq-item-open\")) {\n            $item.removeClass(\"open faq-item-open\")\n                 .find(\".faq-answer\").slideUp();\n            return;\n        }\n\n        \/\/ Close only inside this container\n        $(\"#\" + containerId + \" .faq-item.open\")\n            .not($item)\n            .removeClass(\"open faq-item-open\")\n            .find(\".faq-answer\").slideUp();\n\t});\n});\njQuery(document).ready(function ($) {\n    \/\/ Open the first FAQ in each container by default\n    $(\"[id^='faq-container-']\").each(function () {\n        let $firstItem = $(this).find(\".faq-item\").first();\n        $firstItem.addClass(\"open faq-item-open\");\n        $firstItem.find(\".faq-answer\").show();\n    });\n\n    \/\/ Global click handler\n    $(document).on(\"click\", \".faq-question\", function () {\n        let $item = $(this).closest(\".faq-item\");\n        let $container = $item.closest(\"[id^='faq-container-']\");\n        let containerId = $container.attr(\"id\");\n\n        \/\/ If already open \u2192 close only this one\n        if ($item.hasClass(\"open faq-item-open\")) {\n            $item.removeClass(\"open faq-item-open\")\n                 .find(\".faq-answer\").slideUp();\n            return;\n        }\n\n        \/\/ Close only inside this container\n        $(\"#\" + containerId + \" .faq-item.open\")\n            .not($item)\n            .removeClass(\"open faq-item-open\")\n            .find(\".faq-answer\").slideUp();\n\n        \/\/ Open clicked one\n        $item.addClass(\"open faq-item-open\")\n             .find(\".faq-answer\").slideDown();\n    });\n});\n\n<\/script>\n\n\n\n\t\t<div class=\"elementor-element elementor-element-380c668 elementor-widget elementor-widget-text-editor\" data-id=\"380c668\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>With a goal to become a leading engine powering small and medium businesses, ClearCourse was founded to bring together industry-specific software solutions and embedded payments to empower businesses to grow.<\/p><p>With backing from US-based private equity firm Aquiline, since 2018 ClearCourse has acquired a number of brands across retail, hospitality, sports &amp; leisure, trades, public sector &amp; NFP, and health.<\/p><p>ClearCourse currently helps 20,000+ customers manage and scale their businesses by equipping business owners with the tools needed to grow and succeed.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-144038f e-con-full e-flex e-con e-child\" data-id=\"144038f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f72028d e-flex e-con-boxed e-con e-parent\" data-id=\"f72028d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-af45cd3 e-con-full e-flex e-con e-child\" data-id=\"af45cd3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8727456 e-con-full e-flex e-con e-child\" data-id=\"8727456\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-027d7a5 elementor-widget elementor-widget-heading\" data-id=\"027d7a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Find out how your software business could grow with ClearCourse<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b13ddf8 elementor-widget elementor-widget-text-editor\" data-id=\"b13ddf8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Take the first step toward reaching more customers and growing as a business by speaking to our M&amp;A team about how ClearCourse could help.\u00a0\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b75d35e elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"b75d35e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/m-and-a\/acquisition-approach\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find out more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3a31c31 e-flex e-con-boxed e-con e-parent\" data-id=\"3a31c31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3d700be e-con-full footer e-flex e-con e-child\" data-id=\"3d700be\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-61bcb35 e-con-full e-flex e-con e-child\" data-id=\"61bcb35\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4c0c13 elementor-widget elementor-widget-heading\" data-id=\"c4c0c13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Get in touch \n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b53b974 elementor-widget elementor-widget-heading\" data-id=\"b53b974\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Reach out to our team directly to get started. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d676260 e-con-full e-flex e-con e-child\" data-id=\"d676260\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5c70e0 elementor-widget elementor-widget-button\" data-id=\"c5c70e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>The ClearCourse story With a goal to become a leading engine powering small and medium businesses, ClearCourse was founded to [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-3549","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>History - ClearCourse<\/title>\n<meta name=\"description\" content=\"ClearCourse currently helps 20,000+ customers manage and scale their businesses. See how we got here by reading our full story.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clearcourse.co.uk\/staging\/about\/history\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"History - ClearCourse\" \/>\n<meta property=\"og:description\" content=\"ClearCourse currently helps 20,000+ customers manage and scale their businesses. See how we got here by reading our full story.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clearcourse.co.uk\/staging\/about\/history\/\" \/>\n<meta property=\"og:site_name\" content=\"ClearCourse\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T10:41:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/clearcourse.co.uk\/staging\/wp-content\/uploads\/2025\/09\/ClearCourse-Logo-White.svg?wsr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"History - ClearCourse","description":"ClearCourse currently helps 20,000+ customers manage and scale their businesses. See how we got here by reading our full story.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/clearcourse.co.uk\/staging\/about\/history\/","og_locale":"en_US","og_type":"article","og_title":"History - ClearCourse","og_description":"ClearCourse currently helps 20,000+ customers manage and scale their businesses. See how we got here by reading our full story.","og_url":"https:\/\/clearcourse.co.uk\/staging\/about\/history\/","og_site_name":"ClearCourse","article_modified_time":"2026-02-25T10:41:14+00:00","og_image":[{"url":"https:\/\/clearcourse.co.uk\/staging\/wp-content\/uploads\/2025\/09\/ClearCourse-Logo-White.svg?wsr","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/clearcourse.co.uk\/staging\/about\/history\/","url":"https:\/\/clearcourse.co.uk\/staging\/about\/history\/","name":"History - ClearCourse","isPartOf":{"@id":"https:\/\/clearcourse.co.uk\/staging\/#website"},"primaryImageOfPage":{"@id":"https:\/\/clearcourse.co.uk\/staging\/about\/history\/#primaryimage"},"image":{"@id":"https:\/\/clearcourse.co.uk\/staging\/about\/history\/#primaryimage"},"thumbnailUrl":"https:\/\/clearcourse.co.uk\/staging\/wp-content\/uploads\/2025\/09\/ClearCourse-Logo-White.svg?wsr","datePublished":"2025-09-19T08:34:15+00:00","dateModified":"2026-02-25T10:41:14+00:00","description":"ClearCourse currently helps 20,000+ customers manage and scale their businesses. See how we got here by reading our full story.","breadcrumb":{"@id":"https:\/\/clearcourse.co.uk\/staging\/about\/history\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clearcourse.co.uk\/staging\/about\/history\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/clearcourse.co.uk\/staging\/about\/history\/#primaryimage","url":"https:\/\/clearcourse.co.uk\/staging\/wp-content\/uploads\/2025\/09\/ClearCourse-Logo-White.svg?wsr","contentUrl":"https:\/\/clearcourse.co.uk\/staging\/wp-content\/uploads\/2025\/09\/ClearCourse-Logo-White.svg?wsr"},{"@type":"BreadcrumbList","@id":"https:\/\/clearcourse.co.uk\/staging\/about\/history\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/clearcourse.co.uk\/"},{"@type":"ListItem","position":2,"name":"History"}]},{"@type":"WebSite","@id":"https:\/\/clearcourse.co.uk\/staging\/#website","url":"https:\/\/clearcourse.co.uk\/staging\/","name":"ClearCourse","description":"","publisher":{"@id":"https:\/\/clearcourse.co.uk\/staging\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clearcourse.co.uk\/staging\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/clearcourse.co.uk\/staging\/#organization","name":"ClearCourse","url":"https:\/\/clearcourse.co.uk\/staging\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/clearcourse.co.uk\/staging\/#\/schema\/logo\/image\/","url":null,"contentUrl":null,"width":null,"height":null,"caption":"ClearCourse"},"image":{"@id":"https:\/\/clearcourse.co.uk\/staging\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/clearcourse.co.uk\/staging\/wp-json\/wp\/v2\/pages\/3549","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clearcourse.co.uk\/staging\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/clearcourse.co.uk\/staging\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/clearcourse.co.uk\/staging\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/clearcourse.co.uk\/staging\/wp-json\/wp\/v2\/comments?post=3549"}],"version-history":[{"count":3,"href":"https:\/\/clearcourse.co.uk\/staging\/wp-json\/wp\/v2\/pages\/3549\/revisions"}],"predecessor-version":[{"id":9481,"href":"https:\/\/clearcourse.co.uk\/staging\/wp-json\/wp\/v2\/pages\/3549\/revisions\/9481"}],"wp:attachment":[{"href":"https:\/\/clearcourse.co.uk\/staging\/wp-json\/wp\/v2\/media?parent=3549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}