From: Ian Weller Date: Fri, 3 Feb 2017 18:39:13 +0000 (-0500) Subject: Updating a screenshot and slideshow X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=94a51a8f5a0d78f0add2fd44d4b1d134e99a0130;p=WP-Themes%2Fglmthemes%2Fbpla-theme.git Updating a screenshot and slideshow I got a new screenshot for the generic theme and I also added the widget area for the slideshow. --- diff --git a/functions.php b/functions.php index ffda352..0342460 100644 --- a/functions.php +++ b/functions.php @@ -15,6 +15,11 @@ if (!function_exists('glm_quicksite_widget_init')) { 'id' => 'sidebar-r', 'description' => __('Appears in Right Sidebar') )); + register_sidebar(array( + 'name' => __('Slideshow'), + 'id' => 'slideshow', + 'description' => __('Slideshow/Metaslider Area') + )); //register_sidebar(array( // 'name' => __('Footer'), // 'id' => 'sidebar-f', diff --git a/parts/slide-show.php b/parts/slide-show.php index e9cd86b..75ae6d4 100644 --- a/parts/slide-show.php +++ b/parts/slide-show.php @@ -1,7 +1,7 @@ -'; - echo do_shortcode("[metaslider id=90]"); - echo do_shortcode("[metaslider id=95]"); - echo ''; -} -?> + +
+ + + +
+ \ No newline at end of file diff --git a/screenshot.png b/screenshot.png index 6be0d21..cc54fcb 100644 Binary files a/screenshot.png and b/screenshot.png differ