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:
a08318d
)
Display recipe categories if on recipes page.
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 3 Jun 2015 19:56:37 +0000
(15:56 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 3 Jun 2015 19:56:37 +0000
(15:56 -0400)
page.php
patch
|
blob
|
history
diff --git
a/page.php
b/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('
R
ecipes')) { ?>
+ <?php if (is_page('
r
ecipes')) { ?>
<?php
//list terms in a given taxonomy using wp_list_categories (also useful as a widget)
$orderby = 'name';