{"id":7328,"date":"2026-07-14T18:57:47","date_gmt":"2026-07-14T18:57:47","guid":{"rendered":"https:\/\/craignish.org.uk\/cvh\/?page_id=7328"},"modified":"2026-07-18T10:59:50","modified_gmt":"2026-07-18T10:59:50","slug":"arts","status":"publish","type":"page","link":"https:\/\/craignish.org.uk\/cvh\/arts\/","title":{"rendered":"Arts Programme"},"content":{"rendered":"<p>Craignish Village Hall has a long-standing history of offering high quality, carefully curated multi-genre arts programming across each year. Our Arts Manager (Rachel Rogers) works together with volunteer committee members to deliver this diverse programming, which generates its own funding streams, and does not draw upon day-to-day hall revenue. Since 2011, the programme has been the grateful beneficiary of funding support from Creative Scotland, The Craignish Trust, The Touring Network, Argyll &amp; Bute Council, Cinema for All, Film Hub Scotland as well as generous private supporting donors.<\/p>\n<p>We are very privileged to have such high-quality arts performances taking place in our rural, fragile remote location, where many would otherwise have limited opportunities to experience the arts without significant travel. We are delighted that, contrary to the national trend, our audience numbers continue to grow. We regularly gather and analyse valuable audience and community feedback and welcome all your suggestions and ideas for consideration at any time to help us with future planning.<\/p>\n<p>We couldn&#8217;t run our events without the generous time offered by our brilliant volunteers, and can always find a role for everyone, so if you\u2019d like to be more involved, then please do let us know!<\/p>\n<h3>Coming up in 2026<\/h3>\n<p>Tickets for all our shows are available from: http:\/\/www.ticketsource.co.uk\/craignish-village-hall and usually from Ardfern Village Store as well. Or email rachel@craignish.org.uk<\/p>\n<p>Use this QR code to go to our ticket page \u2013 all current events are listed there. <img loading=\"lazy\" decoding=\"async\" class=\"alignleft\" src=\"https:\/\/craignish.org.uk\/cvh\/wp-content\/uploads\/2025\/11\/craignish-ticket-QR.png\" width=\"67\" height=\"68\"\/><\/p>\n<p>We offer concession-priced tickets for under-25s and people on a low income, but if the cost is still too much, CVH Arts Programme can further subsidise ticket cost to people living on the Craignish Peninsula who are on a low income or where ticket cost is a barrier to them attending an event. Please contact rachel@craignish.org.uk or call 01852 311 166 in complete confidence.<\/p>\n<p>We are forever grateful to the generous support from the people of Craignish, Lunga and Ardfern, Creative Scotland Open Fund, and The Craignish Trust for supporting our Arts Programme and making all that we do possible.<\/p>\n<p><a href=\"https:\/\/craignish.org.uk\/cvh\/wp-content\/uploads\/2025\/11\/TNL_CS_BLACK.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/craignish.org.uk\/cvh\/wp-content\/uploads\/2025\/11\/TNL_CS_BLACK-300x187.jpg\" alt=\"\" width=\"181\" height=\"113\"\/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/a><a href=\"https:\/\/craignish.org.uk\/cvh\/wp-content\/uploads\/2025\/11\/craignish-trust-logo.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/craignish.org.uk\/cvh\/wp-content\/uploads\/2025\/11\/craignish-trust-logo-300x101.jpg\" alt=\"\" width=\"172\" height=\"58\"\/><\/a><\/p>\n<hr \/>\n<p>&nbsp;<\/p>\n\n\n<div id=\"an-feed\"><p style=\"color:#666;\">Loading arts news\u2026<\/p><\/div>\n\n<style>\n.an-card{display:flex;gap:0;background:#f5f5f5 !important;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;margin-bottom:1.25rem;align-items:flex-start}\n.an-img{width:250px;min-width:250px;height:250px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;padding-top:1rem}\n.an-img img{width:100%;height:100%;object-fit:contain;display:block}\n.an-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:2rem}\n.an-body{padding:1rem 1.25rem;flex:1;display:flex;flex-direction:column;gap:6px}\n.an-date{font-size:12px;color:#888;margin:0}\n.an-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0}\n.an-desc{font-size:13px;color:#555;line-height:1.5;margin:0;white-space:pre-line}\n@media(max-width:600px){.an-card{flex-direction:column}.an-img{width:100%;min-width:unset;height:250px}}\n<\/style>\n\n<script>\n(async()=>{\n  const BASE='https:\/\/www.craignish.org.uk\/cvh\/wp-json\/wp\/v2';\n  const feed=document.getElementById('an-feed');\n\n  function fmtDate(raw){\n    if(!raw)return'';\n    const d=new Date(raw.replace(' ','T'));\n    if(isNaN(d))return raw;\n    return d.toLocaleDateString('en-GB',{day:'numeric',month:'long',year:'numeric'})\n      +' \u00b7 '+d.toLocaleTimeString('en-GB',{hour:'2-digit',minute:'2-digit'});\n  }\n\n  try{\n    const r=await fetch(`${BASE}\/arts_news?per_page=100&orderby=date&order=desc`);\n    const posts=await r.json();\n    if(!posts.length){feed.innerHTML='<p>No arts news found.<\/p>';return;}\n    feed.innerHTML='';\n    for(const p of posts){\n      const acf=p.acf||{};\n      const title=acf.title||p.title?.rendered||'Untitled';\n      const desc=acf.description||'';\n      const date=fmtDate(acf.date_and_time);\n      const imgUrl=acf.image1||null;\n      const imgHtml=imgUrl\n        ?`<img decoding=\"async\" src=\"${imgUrl}\" alt=\"${title.replace(\/\"\/g,\"'\")}\" loading=\"lazy\"\/>`\n        :`<div class=\"an-img-ph\">&#128247;<\/div>`;\n      const card=document.createElement('div');\n      card.className='an-card';\n      card.innerHTML=`\n        <div class=\"an-img\">${imgHtml}<\/div>\n        <div class=\"an-body\">\n          ${date?`<p class=\"an-date\">\ud83d\udcc5 ${date}<\/p>`:''}\n          <p class=\"an-title\">${title}<\/p>\n          ${desc?`<p class=\"an-desc\">${desc}<\/p>`:''}\n        <\/div>`;\n      feed.appendChild(card);\n    }\n  }catch(e){\n    feed.innerHTML='<p style=\"color:red\">Could not load arts news.<\/p>';\n    console.error(e);\n  }\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">Craignish Village Hall has a long-standing history of offering high quality, carefully curated multi-genre arts programming across each year. Our Arts Manager (Rachel Rogers) works together with volunteer committee members to deliver this diverse programming, which generates its own funding streams, and does not draw upon day-to-day hall revenue. Since 2011, the programme has been the grateful beneficiary of funding&hellip;<\/p>\n<p class=\"more-link-p\"><a class=\"btn btn-default\" href=\"https:\/\/craignish.org.uk\/cvh\/arts\/\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-7328","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Craignish Village Hall has a long-standing history of offering high quality, carefully curated multi-genre arts programming across each year. Our Arts Manager (Rachel Rogers) works together with volunteer committee members to deliver this diverse programming, which generates its own funding streams, and does not draw upon day-to-day hall revenue. Since 2011, the programme has been\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/craignish.org.uk\/cvh\/arts\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Craignish Village Hall | A great space for any event\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Arts Programme | Craignish Village Hall\" \/>\n\t\t<meta property=\"og:description\" content=\"Craignish Village Hall has a long-standing history of offering high quality, carefully curated multi-genre arts programming across each year. Our Arts Manager (Rachel Rogers) works together with volunteer committee members to deliver this diverse programming, which generates its own funding streams, and does not draw upon day-to-day hall revenue. Since 2011, the programme has been\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/craignish.org.uk\/cvh\/arts\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/craignish.org.uk\/cvh\/wp-content\/uploads\/2015\/10\/customLogo1.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/craignish.org.uk\/cvh\/wp-content\/uploads\/2015\/10\/customLogo1.jpg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-14T18:57:47+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-18T10:59:50+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/craignishvillagehall\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/arts\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/arts\\\/#listItem\",\"name\":\"Arts Programme\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/arts\\\/#listItem\",\"position\":2,\"name\":\"Arts Programme\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/#organization\",\"name\":\"Craignish Village Hall\",\"description\":\"A great space for any event\",\"url\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/wp-content\\\/uploads\\\/2015\\\/10\\\/cropped-customLogo1.jpg\",\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/arts\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/arts\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/craignishvillagehall\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/arts\\\/#webpage\",\"url\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/arts\\\/\",\"name\":\"Arts Programme | Craignish Village Hall\",\"description\":\"Craignish Village Hall has a long-standing history of offering high quality, carefully curated multi-genre arts programming across each year. Our Arts Manager (Rachel Rogers) works together with volunteer committee members to deliver this diverse programming, which generates its own funding streams, and does not draw upon day-to-day hall revenue. Since 2011, the programme has been\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/arts\\\/#breadcrumblist\"},\"datePublished\":\"2026-07-14T18:57:47+00:00\",\"dateModified\":\"2026-07-18T10:59:50+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/#website\",\"url\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/\",\"name\":\"Craignish Village Hall\",\"description\":\"A great space for any event\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/craignish.org.uk\\\/cvh\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Arts Programme | Craignish Village Hall","description":"Craignish Village Hall has a long-standing history of offering high quality, carefully curated multi-genre arts programming across each year. Our Arts Manager (Rachel Rogers) works together with volunteer committee members to deliver this diverse programming, which generates its own funding streams, and does not draw upon day-to-day hall revenue. Since 2011, the programme has been","canonical_url":"https:\/\/craignish.org.uk\/cvh\/arts\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/craignish.org.uk\/cvh\/arts\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/craignish.org.uk\/cvh#listItem","position":1,"name":"Home","item":"https:\/\/craignish.org.uk\/cvh","nextItem":{"@type":"ListItem","@id":"https:\/\/craignish.org.uk\/cvh\/arts\/#listItem","name":"Arts Programme"}},{"@type":"ListItem","@id":"https:\/\/craignish.org.uk\/cvh\/arts\/#listItem","position":2,"name":"Arts Programme","previousItem":{"@type":"ListItem","@id":"https:\/\/craignish.org.uk\/cvh#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/craignish.org.uk\/cvh\/#organization","name":"Craignish Village Hall","description":"A great space for any event","url":"https:\/\/craignish.org.uk\/cvh\/","logo":{"@type":"ImageObject","url":"https:\/\/craignish.org.uk\/cvh\/wp-content\/uploads\/2015\/10\/cropped-customLogo1.jpg","@id":"https:\/\/craignish.org.uk\/cvh\/arts\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/craignish.org.uk\/cvh\/arts\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/craignishvillagehall"]},{"@type":"WebPage","@id":"https:\/\/craignish.org.uk\/cvh\/arts\/#webpage","url":"https:\/\/craignish.org.uk\/cvh\/arts\/","name":"Arts Programme | Craignish Village Hall","description":"Craignish Village Hall has a long-standing history of offering high quality, carefully curated multi-genre arts programming across each year. Our Arts Manager (Rachel Rogers) works together with volunteer committee members to deliver this diverse programming, which generates its own funding streams, and does not draw upon day-to-day hall revenue. Since 2011, the programme has been","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/craignish.org.uk\/cvh\/#website"},"breadcrumb":{"@id":"https:\/\/craignish.org.uk\/cvh\/arts\/#breadcrumblist"},"datePublished":"2026-07-14T18:57:47+00:00","dateModified":"2026-07-18T10:59:50+00:00"},{"@type":"WebSite","@id":"https:\/\/craignish.org.uk\/cvh\/#website","url":"https:\/\/craignish.org.uk\/cvh\/","name":"Craignish Village Hall","description":"A great space for any event","inLanguage":"en-GB","publisher":{"@id":"https:\/\/craignish.org.uk\/cvh\/#organization"}}]},"og:locale":"en_GB","og:site_name":"Craignish Village Hall | A great space for any event","og:type":"article","og:title":"Arts Programme | Craignish Village Hall","og:description":"Craignish Village Hall has a long-standing history of offering high quality, carefully curated multi-genre arts programming across each year. Our Arts Manager (Rachel Rogers) works together with volunteer committee members to deliver this diverse programming, which generates its own funding streams, and does not draw upon day-to-day hall revenue. Since 2011, the programme has been","og:url":"https:\/\/craignish.org.uk\/cvh\/arts\/","og:image":"https:\/\/craignish.org.uk\/cvh\/wp-content\/uploads\/2015\/10\/customLogo1.jpg","og:image:secure_url":"https:\/\/craignish.org.uk\/cvh\/wp-content\/uploads\/2015\/10\/customLogo1.jpg","article:published_time":"2026-07-14T18:57:47+00:00","article:modified_time":"2026-07-18T10:59:50+00:00","article:publisher":"https:\/\/www.facebook.com\/craignishvillagehall"},"aioseo_meta_data":{"post_id":"7328","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-11 09:49:48","updated":"2026-07-18 11:56:08","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/craignish.org.uk\/cvh\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tArts Programme\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/craignish.org.uk\/cvh"},{"label":"Arts Programme","link":"https:\/\/craignish.org.uk\/cvh\/arts\/"}],"_links":{"self":[{"href":"https:\/\/craignish.org.uk\/cvh\/wp-json\/wp\/v2\/pages\/7328","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/craignish.org.uk\/cvh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/craignish.org.uk\/cvh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/craignish.org.uk\/cvh\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/craignish.org.uk\/cvh\/wp-json\/wp\/v2\/comments?post=7328"}],"version-history":[{"count":1,"href":"https:\/\/craignish.org.uk\/cvh\/wp-json\/wp\/v2\/pages\/7328\/revisions"}],"predecessor-version":[{"id":7440,"href":"https:\/\/craignish.org.uk\/cvh\/wp-json\/wp\/v2\/pages\/7328\/revisions\/7440"}],"wp:attachment":[{"href":"https:\/\/craignish.org.uk\/cvh\/wp-json\/wp\/v2\/media?parent=7328"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}