From: Laury GvR Date: Wed, 18 Apr 2018 16:31:19 +0000 (-0400) Subject: Fixed Blog footer links to Uncategorized X-Git-Tag: v1.2.28^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=25fec86b8c8628e27447e62a3dfa6f79e0e29e8f;p=WP-Themes%2FGovernmentEmmet.git Fixed Blog footer links to Uncategorized Links to Uncategorized would break because of improper retrieval of the category's slug. This has been fixed. So too has the awkward comma in "This has been posted in, Uncategorized." --- diff --git a/header.php b/header.php index cf0451d..5c8f24a 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/home.php b/home.php index b9d89ca..e52da63 100644 --- a/home.php +++ b/home.php @@ -29,16 +29,18 @@