From: Steve Sutton Date: Thu, 21 May 2015 20:58:11 +0000 (-0400) Subject: update url for the category X-Git-Tag: v1.0.1^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4c94c74d6389ae6268f2ae7fd9719676943dfc7f;p=WP-Themes%2FWequetonsing.git update url for the category --- diff --git a/single.php b/single.php index 0b27efa..288950b 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() );