From 8ce8887653a5952843cd4e08fccd76f0b28d8197 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 18 Apr 2018 12:56:55 -0400 Subject: [PATCH] Also fixed footer links for posts in Archive.php --- archive.php | 5 ++++- header.php | 2 +- style.css | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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 */ -- 2.17.1