projects
/
WP-Themes
/
glmthemes
/
countyfair-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
885603e
)
adding a widget field
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 22 Feb 2017 15:16:51 +0000
(10:16 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Wed, 22 Feb 2017 15:16:51 +0000
(10:16 -0500)
I added the slideshow widget field to the function file. I need to
update the slideshow partial as well most likely.
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
8beaaa1
..
9322969
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' => __('Slideshow/Meta Slider')
+ ));
//register_sidebar(array(
// 'name' => __('Footer'),
// 'id' => 'sidebar-f',