From: Laury GvR Date: Wed, 18 Apr 2018 16:39:31 +0000 (-0400) Subject: Fixed Blog footer links to Uncategorized X-Git-Tag: v1.1.8^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=86c7ba266fd9c4e8fdab9b5edb2f991807646a52;p=WP-Themes%2Fwesternup.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 a93ea51..74ed70f 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/home.php b/home.php index 3522de5..6e7b12b 100644 --- a/home.php +++ b/home.php @@ -25,15 +25,18 @@