From: Anthony Talarico Date: Wed, 20 Jan 2016 18:18:21 +0000 (-0500) Subject: removing print tests X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ec47b4b4fd993e464a58af51fbff40dd8dae4e5f;p=WP-Themes%2Fmichsci.git removing print tests --- 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 '' ."
";