Display recipe categories if on recipes page. attempt 3
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Jun 2015 20:07:42 +0000 (16:07 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Jun 2015 20:07:42 +0000 (16:07 -0400)
page.php

index 3ad6bed..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';