projects
/
WP-Themes
/
keweenaw2017.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aabcd32
)
Fixing the permalink for the View Videos block on the frontpage
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 20 Sep 2017 18:01:18 +0000
(14:01 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 20 Sep 2017 18:01:18 +0000
(14:01 -0400)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
4aeab0b
..
a69e6ea
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-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) { ?>