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:
bb158e0
)
Get_product_category might work
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 19:43:10 +0000
(14:43 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 19:43:10 +0000
(14:43 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
7bbb5ca
..
e503b58
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_p
age_by_path('product-category/donate-now'
);?>
+ <?php $donationsPage = get_p
roduct_category(148
);?>
<?php if($donationsPage):?>
<li><a href="<?php echo get_page_link($donationsPage->ID);?>">Donate</a></li>
<?php endif;?>