projects
/
WP-Themes
/
petoskeyarea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63605fa
)
Use correct 'view all events' page id for frontpage carousel link
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Sep 2019 16:12:25 +0000
(12:12 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 10 Sep 2019 16:12:25 +0000
(12:12 -0400)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
1f6ed03
..
4c04414
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-69,7
+69,7
@@
<h1>Upcoming events</h1>
</div>
<div id="glma-events-carousel-more">
- <div><a href="<?php echo get_permalink(
3655
); ?>">View All Events <span class="arrow"></span></a></div>
+ <div><a href="<?php echo get_permalink(
152
); ?>">View All Events <span class="arrow"></span></a></div>
</div>
</div>
<?php get_template_part('parts/event-feed'); ?>