From a08318d3a71aa7e5162cde04b230ac5f5d0a4b91 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 3 Jun 2015 15:54:48 -0400 Subject: [PATCH] Display recipe categories if on recipes page. --- page.php | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/page.php b/page.php index 6ab858f..78521d9 100644 --- a/page.php +++ b/page.php @@ -8,11 +8,38 @@
- - - -

- + + + $orderby, + 'show_count' => $show_count, + 'pad_counts' => $pad_counts, + 'hierarchical' => $hierarchical, + 'taxonomy' => $taxonomy, + 'title_li' => $title + ); + ?> +
    + +
+ + + + +

+ +
-- 2.17.1