From 6efa099c79433c688b9aff0bf1b6788ead1e9371 Mon Sep 17 00:00:00 2001 From: QWp6t Date: Tue, 29 Dec 2015 18:05:06 -0800 Subject: [PATCH] Move single-post loop to single.php, closes #1582 --- templates/partials/content-single.php | 28 +++++++++++++-------------- templates/single.php | 4 +++- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/templates/partials/content-single.php b/templates/partials/content-single.php index cd5406e..0dda4e1 100644 --- a/templates/partials/content-single.php +++ b/templates/partials/content-single.php @@ -1,15 +1,13 @@ - -
> -
-

- -
-
- -
-
- '']); ?> -
- -
- +
> +
+

+ +
+
+ +
+
+ '']); ?> +
+ +
diff --git a/templates/single.php b/templates/single.php index 8e6e717..5e65d2e 100644 --- a/templates/single.php +++ b/templates/single.php @@ -1 +1,3 @@ - + + + \ No newline at end of file