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

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