From 9e6cba880632bb53adf6ea5819943f2eae7e5149 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 18 Nov 2016 16:49:42 -0500 Subject: [PATCH] Begining to fix missed items before Butterfly House I began to go through the theme and removed some things that were apart of the old theme and redoing the layout so it would function. --- archive.php | 43 --------------------------------- front-page.php | 16 ------------ home.php | 50 -------------------------------------- sections/blog-archive.php | 36 ++++++++++++++------------- single.php | 51 --------------------------------------- 5 files changed, 19 insertions(+), 177 deletions(-) delete mode 100644 archive.php delete mode 100644 front-page.php delete mode 100644 home.php delete mode 100644 single.php diff --git a/archive.php b/archive.php deleted file mode 100644 index f8ed44e..0000000 --- a/archive.php +++ /dev/null @@ -1,43 +0,0 @@ - -
-
-
- - ID); ?> -
- - ID, 'blog-feed-front'); ?> -
- -
- '; - } else { - echo '
'; - } - ?> -
> -

-
- Posted on -
- -
- -
-
- - - -
-

-
- -
- -
- diff --git a/front-page.php b/front-page.php deleted file mode 100644 index 835b503..0000000 --- a/front-page.php +++ /dev/null @@ -1,16 +0,0 @@ - -
-
- -
-
-
- -
-
- -
-
- diff --git a/home.php b/home.php deleted file mode 100644 index 1ded112..0000000 --- a/home.php +++ /dev/null @@ -1,50 +0,0 @@ - -
- -
-
- - ID); ?> -
- ID, 'blog-feed-front'); ?> -
- -
- '; - } else { - echo '
'; - } - ?> -
> -

-
- Posted on -
- - -
-
-
- - - - -
-

-
- - -
- -
- - - - diff --git a/sections/blog-archive.php b/sections/blog-archive.php index 319bee6..726c74c 100644 --- a/sections/blog-archive.php +++ b/sections/blog-archive.php @@ -16,25 +16,27 @@ '; ?> -
> -

-
- Posted on -
- -
+
> +

+
+ Posted on +
+ +
+ + + + +
+

+
+ - - - -
-

-
- +
\ No newline at end of file diff --git a/single.php b/single.php deleted file mode 100644 index b389f74..0000000 --- a/single.php +++ /dev/null @@ -1,51 +0,0 @@ - -
-
-
- -
-
-
-
-
> -
-

- - - - - - Posted on -
- -
- -
- - - - -
-
- - - - -
- -
-
-
-
- - -
-

-
- -
- -
- -- 2.17.1