Add text to top of Federal Divisions page

This commit is contained in:
2025-04-24 17:45:26 +10:00
parent 72c7413195
commit 35812791f5

View File

@@ -21,6 +21,13 @@ foreach ($candidates_files as $file) {
$lgas_with_data[] = basename(dirname($file)); $lgas_with_data[] = basename(dirname($file));
} }
print('<!-- wp:paragraph -->' . "\n");
print('<p>The Streets People Love campaign has created scorecards for candidates in the 2025 federal election. Scorecards have been generated based on a candidate\'s engagement with the Streets People Love campaign, their commitment to our pledge, their responses to a survey and input from campaign members located in the division in which they are running.</p>' . "\n");
print('<!-- /wp:paragraph -->' . "\n");
print('<!-- wp:paragraph -->' . "\n");
print('<p>Can\'t see a candidate you know is running? Candidates who don\'t take our survey won\'t appear on this page. Feel free to send your local candidates the <a href="https://forms.gle/CeGbJF11SUkATjfN8">Streets People Love Pledge and Survey</a> and let them know it\'s important to local residents that they do take part, so that we can vote for those who want to build the streets people love.</p>' . "\n");
print('<!-- /wp:paragraph -->' . "\n");
print('<!-- wp:list --> <ul class="wp-block-list">' . "\n"); print('<!-- wp:list --> <ul class="wp-block-list">' . "\n");
foreach ($lga_files as $config_file) { foreach ($lga_files as $config_file) {