projects
/
WP-Themes
/
westernup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4db4907
)
changing front end events button link
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 24 Jun 2016 15:27:44 +0000
(11:27 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 24 Jun 2016 15:27:44 +0000
(11:27 -0400)
sidebar.php
patch
|
blob
|
history
diff --git
a/sidebar.php
b/sidebar.php
index
e46dde3
..
e8f6aba
100644
(file)
--- a/
sidebar.php
+++ b/
sidebar.php
@@
-2,7
+2,7
@@
<div id="sidebar" class="small-12 columns">
<h1>Events</h1>
<?php echo do_shortcode('[glm-members-event-list template=frontPage limit=3]'); ?>
- <?php $eventsPage = get_post(
2111
);?>
+ <?php $eventsPage = get_post(
674
);?>
<?php if($eventsPage):?>
<a id="calendar-link" href="<?php echo get_page_link($eventsPage->ID);?>"><img alt="View all events" src="<?php bloginfo('template_url'); ?>/assets/view-all-events-button.png"></a>
<?php endif;?>