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:
31e7de7
)
Trying the shortcode for displaying category url
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 19:35:44 +0000
(14:35 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Feb 2016 19:35:44 +0000
(14:35 -0500)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
c9761ed
..
0c28ab6
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-29,6
+29,7
@@
<?php if($memberPage):?>
<li><a href="<?php echo get_page_link($memberPage->ID);?>">Memberships</a></li>
<?php endif;?>
+ <?php echo do_shortcode('[product_categories ids="148"]'); ?>
<?php $donationsPage = get_page_by_path("donate-now",OBJECT,"post");?>
<?php if($donationsPage):?>
<li><a href="<?php echo get_page_link($donationsPage->ID);?>">Donate</a></li>