From: Laury GvR Date: Wed, 18 Apr 2018 16:56:55 +0000 (-0400) Subject: Also fixed footer links for posts in Archive.php X-Git-Tag: v1.1.10^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=8ce8887653a5952843cd4e08fccd76f0b28d8197;p=WP-Themes%2Fwesternup.git Also fixed footer links for posts in Archive.php --- diff --git a/archive.php b/archive.php index b97b899..fe0985d 100644 --- a/archive.php +++ b/archive.php @@ -28,8 +28,11 @@ echo 'in'; foreach($post_categories as $c){ $cat = get_category( $c ); + if ( $c !== reset( $post_categories ) ) { + echo ","; + } $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug ); - echo ', '. $cat->name .''; + echo ' '. $cat->name .''; } echo '.'; } diff --git a/header.php b/header.php index 4e6c3c3..5036b3f 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 03561f6..7aa82d8 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: WesternUPCVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for WesternUPCVB -Version: 1.1.9 +Version: 1.1.10 */