From bcab485fc39c77ff8bb622a41cb590c6b8cdeb4c Mon Sep 17 00:00:00 2001 From: Andrew Heiss Date: Mon, 6 Feb 2012 17:33:40 -0700 Subject: [PATCH 1/3] Removed hardcoded path to theme Replaced it with more dynamic gett_template_directory_uri() --- footer.php | 2 +- loop-single.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/footer.php b/footer.php index 08e3946..e5e12c8 100644 --- a/footer.php +++ b/footer.php @@ -6,7 +6,7 @@

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

-

+

diff --git a/loop-single.php b/loop-single.php index 4387f98..bab2ca7 100644 --- a/loop-single.php +++ b/loop-single.php @@ -33,14 +33,14 @@
-

HTML

copy +

HTML

copy
-

CSS

copy +

CSS

copy From 189af06d25816447b25ccdc996912f78b47143d0 Mon Sep 17 00:00:00 2001 From: Andrew Heiss Date: Mon, 6 Feb 2012 17:56:18 -0700 Subject: [PATCH 2/3] Replaced hardcoded home link Replaced the hardcoded "/" in the logo with the more dynamic `echo site_url();` --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index ae60b3e..2f90e0f 100644 --- a/header.php +++ b/header.php @@ -24,7 +24,7 @@ > From d8049205c6ce2571e3d777ebcf5db366321b4e34 Mon Sep 17 00:00:00 2001 From: Andrew Heiss Date: Tue, 7 Feb 2012 09:58:01 -0700 Subject: [PATCH 3/3] Replaced `site_url()` with more appropriate `home_url()` --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index 2f90e0f..e4d889f 100644 --- a/header.php +++ b/header.php @@ -24,7 +24,7 @@ >