From 7e7e792f64e1186ff7ced0c8d4e9a256d4b30b3a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 13 Apr 2017 16:56:38 -0400 Subject: [PATCH] Breaking out action items into new sections. Two new sections. One for the action container at the top of the page. One for the action buttons at the bottom of the pages. These two section were duplicated within the front page and the interior page. --- sections/action-buttons.php | 13 +++++++++++++ sections/action-container.php | 16 ++++++++++++++++ sections/front-page.php | 31 ++----------------------------- sections/interior-page.php | 31 ++----------------------------- 4 files changed, 33 insertions(+), 58 deletions(-) create mode 100644 sections/action-buttons.php create mode 100644 sections/action-container.php diff --git a/sections/action-buttons.php b/sections/action-buttons.php new file mode 100644 index 0000000..eb04840 --- /dev/null +++ b/sections/action-buttons.php @@ -0,0 +1,13 @@ +
+
+
+ +
+
+ +
+
+ +
+
+
diff --git a/sections/action-container.php b/sections/action-container.php new file mode 100644 index 0000000..dea0118 --- /dev/null +++ b/sections/action-container.php @@ -0,0 +1,16 @@ +
+
+ + + +
+ Other +
+
+
diff --git a/sections/front-page.php b/sections/front-page.php index 04c1269..6baf92d 100644 --- a/sections/front-page.php +++ b/sections/front-page.php @@ -1,39 +1,12 @@
-
-
- - - -
- Other -
-
-
+
-
-
-
- -
-
- -
-
- -
-
-
+
diff --git a/sections/interior-page.php b/sections/interior-page.php index 2354dd6..6d9f5c3 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -13,22 +13,7 @@ echo "

" . get_the_title() . "

"; ?> -
-
- - - -
- Other -
-
-
+
-
-
-
- -
-
- -
-
- -
-
-
+
-- 2.17.1