From: Steve Sutton Date: Thu, 21 May 2015 20:59:45 +0000 (-0400) Subject: update link X-Git-Tag: v1.0.1^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c62015d61a39ce9d65339c0ad60b55b205493311;p=WP-Themes%2FWequetonsing.git update link for the category --- diff --git a/single.php b/single.php index 288950b..916377a 100644 --- a/single.php +++ b/single.php @@ -23,7 +23,7 @@ foreach($post_categories as $c){ $cat = get_category( $c ); $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug ); - echo ''. $cat->name .', '; + echo ''. $cat->name .', '; } } $post_tags = wp_get_post_tags( get_the_ID() );