Add support for showing different footer per council
This commit is contained in:
@@ -62,4 +62,10 @@ if (count($wardCandidates) == 0) continue;
|
||||
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<?php endforeach; ?>
|
||||
<?php endforeach; ?>
|
||||
|
||||
<?php if (isset($config['footer'])): ?>
|
||||
<!-- wp:paragraph -->
|
||||
<p><?php echo $config['footer']; ?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user