projects
/
WP-Themes
/
gilmoremuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
369f19e
)
Fixed button link for featuread partner museums
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 1 Apr 2015 20:08:17 +0000
(16:08 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 1 Apr 2015 20:08:17 +0000
(16:08 -0400)
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
8453786
..
4f7033e
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-4,7
+4,7
@@
glm_blocks_show();
echo '<br>';
echo '<div class="block-button">
- <label><a href="
#
">View All Partners</a></label>
+ <label><a href="
'.esc_url( get_permalink( get_page_by_title( "Partner Museums" ) ) ).'
">View All Partners</a></label>
</div>';
echo '</div>';