projects
/
WP-Themes
/
glmthemes
/
michiganscientific-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a35fb
)
adding the slideshow widget area
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 6 Jan 2017 20:13:09 +0000
(15:13 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 6 Jan 2017 20:13:09 +0000
(15:13 -0500)
I added code to the functions.php file to a widget area for the slideshow
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
c764724
..
c693a07
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-16,6
+16,11
@@
if (!function_exists('glm_quicksite_widget_init')) {
'id' => 'sidebar-r',
'description' => __('Appears in Right Sidebar')
));
+ register_sidebar(array(
+ 'name' => __('Slideshow'),
+ 'id' => 'slideshow',
+ 'description' => __('Meta Slider/Slideshow Area')
+ ));
//register_sidebar(array(
// 'name' => __('Footer'),
// 'id' => 'sidebar-f',