From 86c7ba266fd9c4e8fdab9b5edb2f991807646a52 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 18 Apr 2018 12:39:31 -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 | 15 +++++++++------ style.css | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) 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 @@