Display recipe categories if on recipes page.
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Jun 2015 19:56:37 +0000 (15:56 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Jun 2015 19:56:37 +0000 (15:56 -0400)
page.php

index 78521d9..63442bc 100644 (file)
--- a/page.php
+++ b/page.php
@@ -9,7 +9,7 @@
         <div class="row">
             <div class="small-12 columns">
                 
-                    <?php if (is_page('Recipes')) { ?>
+                    <?php if (is_page('recipes')) { ?>
                         <?php
                         //list terms in a given taxonomy using wp_list_categories  (also useful as a widget)
                         $orderby = 'name';