Fixing the permalink for the View Videos block on the frontpage
authorLaury GvR <laury@gaslightmedia.com>
Wed, 20 Sep 2017 18:01:18 +0000 (14:01 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 20 Sep 2017 18:01:18 +0000 (14:01 -0400)
parts/glm-blocks.php

index 4aeab0b..a69e6ea 100644 (file)
@@ -19,7 +19,7 @@
 <!--                <div class="glm-block-video-arrow"></div>-->
             <?php } ?>
             <?php if($block->url) { ?>
-                <a class="glm-block-title" href="<?php get_permalink(get_page_by_path("about-us/videos")); ?>">
+                <a class="glm-block-title" href="<?php echo get_permalink(get_page_by_path("about-us/videos")); ?>">
             <?php } ?>
                     <h1><?php echo $block->post_title;?></h1>
             <?php if($block->url) { ?>