From: Steve Sutton Date: Thu, 13 Apr 2017 20:56:38 +0000 (-0400) Subject: Breaking out action items into new sections. X-Git-Tag: v1.0.0^2~34 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7e7e792f64e1186ff7ced0c8d4e9a256d4b30b3a;p=WP-Themes%2Fbrewbakers.git 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. --- 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 -
-
-
+
-
-
-
- -
-
- -
-
- -
-
-
+