projects
/
WP-Themes
/
ToskiSands.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f3492
)
Display recipe categories if on recipes page. attempt 2
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 3 Jun 2015 20:06:44 +0000
(16:06 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 3 Jun 2015 20:06:49 +0000
(16:06 -0400)
page.php
patch
|
blob
|
history
diff --git
a/page.php
b/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';