From 1eb0e3bae02e0b0f4cea3122b5b8c978cb4150cf Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 8 Jun 2015 11:17:02 -0400 Subject: [PATCH] clientinfo check for off-canvas. Remove recipe code on page.php --- page.php | 32 +++++--------------------------- parts/off-canvas-menu.php | 12 +++++++----- 2 files changed, 12 insertions(+), 32 deletions(-) diff --git a/page.php b/page.php index 09fdccc..378a929 100644 --- a/page.php +++ b/page.php @@ -8,33 +8,11 @@
- - 0) - { - foreach($customPostTaxonomies as $tax) - { - $args = array( - 'orderby' => 'name', - 'show_count' => 0, - 'pad_counts' => 0, - 'hierarchical' => 1, - 'taxonomy' => $tax, - 'title_li' => '' - ); - - wp_list_categories( $args ); - } - } - } else { ?> - - - -

- - + + + +

+
diff --git a/parts/off-canvas-menu.php b/parts/off-canvas-menu.php index 61737f0..2d0131a 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -1,11 +1,13 @@