<?php echo get_the_post_thumbnail($block->ID, 'glm-block-image');?>
</a>
<!-- Arrow already supplied by image. Uncomment to get a css-arrow over the image-->
- <div class="glm-block-video-arrow"></div>
+<!-- <div class="glm-block-video-arrow"></div>-->
<?php } ?>
<?php if($block->url) { ?>
<a class="glm-block-title" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
Keweenaw Adventure Guide!
</p>
<p class="footer-guide-links">
- <a href="<?php echo get_permalink( get_page_by_path( 'download-our-guides-maps' ) );?>"><span>View</span></a>
+ <a href="<?php echo get_permalink( get_page_by_path( 'about-us/download-our-guides-maps' ) );?>"><span>View</span></a>
<span class="separator">|</span>
- <a href="<?php echo get_permalink( get_page_by_path( 'request-our-guides-maps' ) );?>"><span>Request</span></a>
+ <a href="<?php echo get_permalink( get_page_by_path( 'about-us/request-our-guides-maps' ) );?>"><span>Request</span></a>
</p>
</div>
</div>
<div id="footer-newsletter" class="row">
<h3 class="footer-newsletter-title">Copper County Newsletter</h3>
<p class="footer-newsletter-text">Our eNewsletter will give you the scoop on upcoming events and festivals</p>
- <a class="footer-newsletter-button" href="<?php echo get_permalink( get_page_by_path( 'newsletter' ) );?>"><span>Sign Up</span></a>
+ <a class="footer-newsletter-button" href="<?php echo get_permalink( get_page_by_path( 'about-us/sign-up-to-receive-our-newsletters' ) );?>"><span>Sign Up</span></a>
</div>
</div>