From: Ian Weller Date: Wed, 22 Feb 2017 15:11:29 +0000 (-0500) Subject: updating to meet the new standard X-Git-Tag: v1.0.0^2~17 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f74e49198d67e9ee8cbe575664530dcc98f19481;p=WP-Themes%2Fn8dnx.git updating to meet the new standard I am updating bits and pieces of the theme to be up to date with how we are doing it now. It's expected since it was one of our first WordPress sites. --- diff --git a/functions.php b/functions.php index ab2f4e6..4a51681 100644 --- a/functions.php +++ b/functions.php @@ -1,5 +1,6 @@ 'sidebar-l', 'description' => __('Appears in Left Sidebar') )); + register_sidebar(array( + 'name' => __('Slideshow'), + 'id' => 'slideshow', + 'description' => __('Slideshow/Meta Slider') + )); register_sidebar(array( 'name' => __('Footer'), 'id' => 'sidebar-f', diff --git a/header.php b/header.php index 73716c4..8035179 100644 --- a/header.php +++ b/header.php @@ -4,8 +4,8 @@ <?php wp_title(); ?> - - + + @@ -20,23 +20,27 @@