From: Anthony Talarico Date: Thu, 31 Dec 2015 16:06:02 +0000 (-0500) Subject: adjusted sidebar-l file to output slug name X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=05d099b8ba6c36c0479a0590ea7e49de251be541;p=WP-Themes%2Fmichsci.git adjusted sidebar-l file to output slug name --- diff --git a/parts/sidebar-l.php b/parts/sidebar-l.php index 2ff514a..c915f2c 100644 --- a/parts/sidebar-l.php +++ b/parts/sidebar-l.php @@ -12,7 +12,7 @@ $tags = get_terms("michsci_tag", $args); foreach($tags as $tag){ - echo '' ."
"; + echo '' ."
"; } ?>