From: Steve Sutton Date: Thu, 21 May 2015 21:14:12 +0000 (-0400) Subject: update more links X-Git-Tag: v1.0.1^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=99455986a90fff0ffb725d294001e8a4f3fbf815;p=WP-Themes%2FWequetonsing.git update more links for the blog --- diff --git a/archive.php b/archive.php index 26a2ec1..0f33f9d 100644 --- a/archive.php +++ b/archive.php @@ -24,7 +24,7 @@ foreach($post_categories as $c){ $cat = get_category( $c ); $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug ); - echo ', '. $cat->name .''; + echo ', '. $cat->name .''; } echo '.'; }