{"id":93,"date":"2025-02-07T18:39:12","date_gmt":"2025-02-07T18:39:12","guid":{"rendered":"https:\/\/www.walberton-pc.gov.uk\/wordpress\/?page_id=93"},"modified":"2026-02-12T10:34:23","modified_gmt":"2026-02-12T10:34:23","slug":"grants","status":"publish","type":"page","link":"https:\/\/www.walberton-pc.gov.uk\/wordpress\/index.php\/grants\/","title":{"rendered":"Grants"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"747\" src=\"https:\/\/www.walberton-pc.gov.uk\/wordpress\/wp-content\/uploads\/2025\/02\/pavilion-tea-party-1024x747.jpg\" alt=\"celebration on playing field in front of Walberton pavilion\" class=\"wp-image-242\" srcset=\"https:\/\/www.walberton-pc.gov.uk\/wordpress\/wp-content\/uploads\/2025\/02\/pavilion-tea-party-1024x747.jpg 1024w, https:\/\/www.walberton-pc.gov.uk\/wordpress\/wp-content\/uploads\/2025\/02\/pavilion-tea-party-300x219.jpg 300w, https:\/\/www.walberton-pc.gov.uk\/wordpress\/wp-content\/uploads\/2025\/02\/pavilion-tea-party-768x560.jpg 768w, https:\/\/www.walberton-pc.gov.uk\/wordpress\/wp-content\/uploads\/2025\/02\/pavilion-tea-party-1536x1121.jpg 1536w, https:\/\/www.walberton-pc.gov.uk\/wordpress\/wp-content\/uploads\/2025\/02\/pavilion-tea-party-2048x1494.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Walberton Parish Council is committed to providing financial assistance and support to appropriate groups and organisations within the local community.&nbsp; This support is decided against criteria set by the council and in compliance with Sec 137 Local Government Act 1972, and is provided in the form of a grant. Grants will be awarded to organisations, such as sporting clubs, youth activities, and community leisure interests, which can demonstrate that they are likely to bring benefit to the parish as a whole, or a significant number or group of persons residing within the parish.&nbsp;<\/p>\n\n\n\n<p>Walberton Parish Council awards grants to community organisations that can demonstrate that financial support will benefit the Parish by:&nbsp;&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Providing the opportunity for residents to take part in projects and activities&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enhancing the Quality of Life of the residents of the Parish&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Improving the surroundings and environment&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Promoting Walberton, Fontwell and Binsted in a positive way&nbsp;&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>For more information please see the Grants Awarding Policy and application form here.<\/p>\n\n\n\n\n\n\n<link rel='stylesheet' href='\/info\/library.css'>\n<div id=\"library_files\" class=\"files\"><\/div>\n<div id=\"library_path\" class=\"library_path\"><\/div>\n\n\n<script>var current_path='';\r\n\r\nfunction library_start_path(path)\r\n{\r\n\t\tif (path.match(\/\\\/$\/)) {\r\n        current_path=path;\r\n\t\t} else current_path=path+\"\/\";\r\n\r\n        \/\/ clear existing path display\r\n        var e=document.getElementsByClassName(\"library_path\")[0];\r\n        if (!e) {\r\n\t\t\tconsole.log(\"Cannot find library path display location in document\");\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n        while (e.lastChild) e.removeChild(e.lastChild);\r\n\r\n        \/\/ create a set from the provided path string\r\n        var sub_path='';\r\n        current_path.split('\/').forEach(function(fragment) {\r\n                if (fragment!='') {\r\n                        var a=document.createElement(\"a\");\r\n                        a.classList.add(\"path_element\");\r\n                        a.textContent=fragment;\r\n                        a.href=\"#\";\r\n                        e.appendChild(a);\r\n\r\n                        var divider=document.createElement(\"span\");\r\n                        divider.classList.add(\"path_divider\");\r\n                        divider.textContent=' \/ ';\r\n                        e.appendChild(divider);\r\n        \r\n                        sub_path+=fragment+'\/';\r\n                        var target_path=sub_path;\r\n                        a.onclick=function() {\r\n                                library_start_path(target_path);\r\n                        };\r\n                }\r\n        });\r\n\r\n        \/\/ clear existing file display\r\n        e=document.getElementById(\"library_files\");\r\n        while (e.lastChild) e.removeChild(e.lastChild);\r\n\r\n        \/\/ now populate with files from our list, preferably sorted\r\n      \/\/ get the list of matching files\r\n        var sub_list=[];\r\n        var folder_list=[];\r\n        Object.keys(library_file_list).forEach(function(filename) {\r\n                var prefix=filename.substr(0,current_path.length);\r\n                var suffix=filename.substr(current_path.length);\r\n                if (prefix === current_path) {\r\n                        \/\/ is this a folder?\r\n                        if (suffix.includes('\/')) {\r\n                                \/\/ yes - only add the folder name\r\n                                var folder_name=suffix.split('\/')[0];\r\n                                if (!folder_list.includes(folder_name)) {\r\n                                        folder_list.push(folder_name);\r\n                                }\r\n                        } else {\r\n                                sub_list.push(suffix);\r\n                        }\r\n                }\r\n        });\r\n\r\n        \/\/ sort it\r\n        folder_list.sort();\r\n        sub_list.sort();\r\n\r\n        \/\/ and output to the page\r\n        folder_list.forEach(function(filename) {\r\n\t\t\tif (filename=='') return;\r\n                var div=document.createElement(\"a\");\r\n                div.classList.add(\"folder_entry\");\r\n                div.href=\"#\";\r\n                var img=document.createElement(\"img\");\r\n                img.src=\"\/info\/images\/folder.png\";\r\n                img.alt=\"Folder\";\r\n                div.appendChild(img);\r\n                div.appendChild(document.createTextNode(filename));\r\n                e.appendChild(div);\r\n\r\n                \/\/ allow clicks to open folder\r\n                div.onclick=function() {\r\n                        library_start_path(current_path+filename+'\/');\r\n                };\r\n});\r\n\r\n        sub_list.forEach(function(filename) {\r\n\t\t\tif (filename=='') return;\r\n                var div=document.createElement(\"a\");\r\n                div.classList.add(\"file_entry\");\r\n                div.href=\"https:\/\/www.walberton-pc.gov.uk\/library\/download.php?\"+library_file_list[current_path+filename];\r\n                div.target=\"_blank\";\r\n                var img=document.createElement(\"img\");\r\n                var extension=filename.slice((filename.lastIndexOf(\".\") - 1 >>> 0) + 2);\r\n                img.src=\"\/info\/images\/\"+(extension=='' ? 'txt':extension)+\".png\";\r\n                img.alt=extension+\" file\";\r\n                div.appendChild(img);\r\n                div.appendChild(document.createTextNode(extension!='' ? filename.slice(0,-extension.length-1) : filename));\r\n                \r\n                e.appendChild(div);\r\n        });\r\n}\r\nlibrary_start_path(\"Documents\/Grants Section 137\/\");\r\n<\/script>\n\n\n\n<p>The grant is now closed for applications for 2025 and those who were successful from this year\u2019s grant are being notified. &nbsp;&nbsp;Applications for 2026 will be available in late September 2026.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Walberton Parish Council is committed to providing financial assistance and support to appropriate groups and organisations within the local community.&nbsp; This support is decided against criteria set by the council and in compliance with Sec 137 Local Government Act 1972, and is provided in the form of a grant. Grants will be awarded to organisations, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-93","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.walberton-pc.gov.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/93","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.walberton-pc.gov.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.walberton-pc.gov.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.walberton-pc.gov.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.walberton-pc.gov.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=93"}],"version-history":[{"count":16,"href":"https:\/\/www.walberton-pc.gov.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/93\/revisions"}],"predecessor-version":[{"id":1041,"href":"https:\/\/www.walberton-pc.gov.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/93\/revisions\/1041"}],"wp:attachment":[{"href":"https:\/\/www.walberton-pc.gov.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=93"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}