projects
/
WP-Themes
/
shipwreckmuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39bb69a
)
Different cat_id for dev55 donate link
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 20:05:25 +0000
(15:05 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 20:05:25 +0000
(15:05 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
be88721
..
f5491eb
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-29,7
+29,7
@@
<?php if($memberPage):?>
<li><a href="<?php echo get_page_link($memberPage->ID);?>">Memberships</a></li>
<?php endif;?>
- <?php $donationsPage = get_product_category_by_id(1
1
);?>
+ <?php $donationsPage = get_product_category_by_id(1
48
);?>
<?php if($donationsPage):?>
<li><a href="<?php bloginfo('url');?>/product-category/<?php echo $donationsPage->slug;?>"><?php echo $donationsPage->name;?></a></li>
<?php endif;?>