From 77c1f96b3a83f95abd1ae0f4d77191be7c4e83c8 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 3 Jun 2015 16:08:55 -0400 Subject: [PATCH] Display recipe categories if on recipes page. attempt 4 --- page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page.php b/page.php index 63442bc..f4554fe 100644 --- a/page.php +++ b/page.php @@ -16,7 +16,7 @@ $show_count = 0; // 1 for yes, 0 for no $pad_counts = 0; // 1 for yes, 0 for no $hierarchical = 1; // 1 for yes, 0 for no - $taxonomy = 'genre'; + $taxonomy = 'recipe'; $title = ''; $args = array( -- 2.17.1