Trying the shortcode for displaying category url
authorLaury GvR <laury@gaslightmedia.com>
Tue, 16 Feb 2016 19:35:44 +0000 (14:35 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 16 Feb 2016 19:35:44 +0000 (14:35 -0500)
header.php

index c9761ed..0c28ab6 100644 (file)
@@ -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>