From 49d0106a4db3e8d7f38de42b34514194ca55e041 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Tue, 3 May 2016 13:33:15 -0400 Subject: [PATCH] working on the sidebar presense and header --- front-page.php | 29 +++++++++++++++-------------- functions.php | 5 +++++ header.php | 25 +++++++++++++++++-------- index.php | 4 +--- sidebar.php | 9 +++------ 5 files changed, 41 insertions(+), 31 deletions(-) diff --git a/front-page.php b/front-page.php index b9efd66..c342833 100644 --- a/front-page.php +++ b/front-page.php @@ -1,21 +1,22 @@
-
- -
+
-
- +
+
-
-
- - - -

- +
+
+
+
+ + + +

+ +
+
+
diff --git a/functions.php b/functions.php index e56c988..e8ad82e 100644 --- a/functions.php +++ b/functions.php @@ -16,6 +16,11 @@ if (!function_exists('glm_quicksite_widget_init')) { 'id' => 'slideshow', 'description' => __('Meta Slider/Slideshow Area') )); + register_sidebar(array( + 'name' => __('Right Sidebar'), + 'id' => 'sidebar-r', + 'description' => __('Appears in Right Sidebar') + )); } } diff --git a/header.php b/header.php index a354c33..331f4d5 100644 --- a/header.php +++ b/header.php @@ -14,14 +14,23 @@
-
- +
+
+ +
+
+
+
    +
  • +
  • +
  • +
  • +
  • +
+
+ +
-
- + diff --git a/index.php b/index.php index c01b260..226bca9 100644 --- a/index.php +++ b/index.php @@ -11,18 +11,16 @@ ?>
-
+

-
diff --git a/sidebar.php b/sidebar.php index abb96e5..621c2d5 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,6 +1,3 @@ - + + + \ No newline at end of file -- 2.17.1