From 907c2195fe910d5523eccb61f5d713222a55bc3e Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 1 Apr 2015 16:04:19 -0400 Subject: [PATCH] Move testimonials to bottom and output page on testimonials For the testimonials post type acchive page output the page contents for the testimonial above the testimonials. Put all of the logos into a partial file. --- archive-testimonial.php | 31 +++++++++++-------------------- front-page.php | 11 +---------- index.php | 11 +---------- page.php | 13 ++----------- parts/logos.php | 11 +++++++++++ search.php | 11 +---------- single.php | 11 +---------- 7 files changed, 28 insertions(+), 71 deletions(-) create mode 100644 parts/logos.php diff --git a/archive-testimonial.php b/archive-testimonial.php index a45aa65..46b86bf 100644 --- a/archive-testimonial.php +++ b/archive-testimonial.php @@ -1,31 +1,22 @@
-
- +
- -

- - -

- -
-
-
-
-
    -
  • -
  • -
  • -
  • -
+ + post_content);?> + +

+ + +

+
+ +
diff --git a/front-page.php b/front-page.php index 8c14c3e..0de60e7 100644 --- a/front-page.php +++ b/front-page.php @@ -14,15 +14,6 @@
-
-
-
    -
  • -
  • -
  • -
  • -
-
-
+ diff --git a/index.php b/index.php index 6bc9b6d..3b37e1d 100644 --- a/index.php +++ b/index.php @@ -17,15 +17,6 @@ -
-
-
    -
  • -
  • -
  • -
  • -
-
-
+ diff --git a/page.php b/page.php index d1531f9..d7d6095 100644 --- a/page.php +++ b/page.php @@ -1,6 +1,5 @@
-
-
-
-
    -
  • -
  • -
  • -
  • -
-
-
+ +
diff --git a/parts/logos.php b/parts/logos.php new file mode 100644 index 0000000..0195835 --- /dev/null +++ b/parts/logos.php @@ -0,0 +1,11 @@ +
+
+
    +
  • +
  • +
  • +
  • +
+
+
+ diff --git a/search.php b/search.php index b0e4ca8..a64bff1 100644 --- a/search.php +++ b/search.php @@ -36,15 +36,6 @@ -
-
-
    -
  • -
  • -
  • -
  • -
-
-
+ diff --git a/single.php b/single.php index 7ce8da7..bd8c4d0 100644 --- a/single.php +++ b/single.php @@ -89,15 +89,6 @@ -
-
-
    -
  • -
  • -
  • -
  • -
-
-
+ -- 2.17.1