From 25fec86b8c8628e27447e62a3dfa6f79e0e29e8f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 18 Apr 2018 12:31:19 -0400 Subject: [PATCH] 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." --- header.php | 2 +- home.php | 12 +++++++----- style.css | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) 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 @@