You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: themes/cc-commoners-2019/footer.php
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,16 @@
13
13
</div>
14
14
<p>Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license. Icons by The Noun Project.</p>
15
15
<nav class="footer-navigation">
16
-
<ul class="menu simple">
17
-
<li><a href="#">Contact</a></li>
18
-
<li><a href="#">Privacy Policy</a></li>
19
-
<li><a href="#">Terms of use</a></li>
20
-
<li><a href="#">Charter</a></li>
21
-
</ul>
16
+
<?php
17
+
$args = array(
18
+
'theme_location' => 'footer',
19
+
'container' => '',
20
+
'depth' => 2,
21
+
'items_wrap' => '<ul id = "%1$s" class = "menu simple %2$s">%3$s</ul>'
0 commit comments