get_permalink instead of get_page
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Feb 2016 17:46:53 +0000 (12:46 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Feb 2016 17:46:53 +0000 (12:46 -0500)
footer.php

index 0bec9bd..c3ce90b 100644 (file)
@@ -18,7 +18,7 @@
                             <div class="row collapse">
                                 <?php get_template_part('parts/client-info-footer');?>
                                 <div class="small-11 small-text-center medium-offset-0 medium-5 large-offset-3 large-4 columns">
-                                    <a href="<?php bloginfo('url'); ?>/<?php echo get_post(2352)?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/signup.png"></a>
+                                    <a href="<?php bloginfo('url'); ?>/<?php echo get_permalink(2352)?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/signup.png"></a>
                                 </div>
                             </div>
                         </footer>