From 408a1868d054113ae1726b8b3eb481de36046488 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 5 Feb 2015 09:32:16 -0500 Subject: [PATCH] Add missing things for theme wp_head() not called in header.php wp_title() not called in header.php --- header.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/header.php b/header.php index 00d0483..ea7455e 100755 --- a/header.php +++ b/header.php @@ -3,17 +3,18 @@ - Tom's Mom's Cookies + <?php wp_title();?> +
-
+
@@ -59,7 +60,7 @@ - + \ No newline at end of file + -- 2.17.1