From ec47b4b4fd993e464a58af51fbff40dd8dae4e5f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 20 Jan 2016 13:18:21 -0500 Subject: [PATCH] removing print tests --- parts/sidebar-l.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parts/sidebar-l.php b/parts/sidebar-l.php index abdb8e7..51f91c2 100644 --- a/parts/sidebar-l.php +++ b/parts/sidebar-l.php @@ -22,13 +22,12 @@ 'tax_query' => array( array( 'taxonomy' => 'michsci_category', - 'field' => 'id', + 'field' => 'term_id', 'terms' => $cat_id) )) ); foreach($myPost as $myPosts){ - echo $myPosts->ID; $term_list = wp_get_post_terms($myPosts->ID, "michsci_tag"); foreach($term_list as $myTerms){ echo '' ."
"; -- 2.17.1