Fixing Board Corner permalink
authorLaury GvR <laury@gaslightmedia.com>
Tue, 30 Jan 2018 19:05:23 +0000 (14:05 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 30 Jan 2018 19:05:23 +0000 (14:05 -0500)
previous fix resulted in a php error.

footer.php

index 0b74acd..c884697 100644 (file)
@@ -34,7 +34,7 @@
                             <p>Chippewa County EDC</p>
                             <p>5019 Airport Drive, Kincheloe, MI 49788</p>
                             <p>906-495-5631</p>
-                            <a href="<?php echo get_permalink(1510); ?>">Board Corner</a>
+                            <a href="<?php echo esc_url( get_permalink( get_post(1510) ) ); ?>">Board Corner</a>
                         </div>
                     </div>
                 </footer>