projects
/
WP-Themes
/
petoskey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd862da
)
Adrotate frontpage slideshow widget added
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 25 Jul 2016 20:59:37 +0000
(16:59 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 25 Jul 2016 20:59:37 +0000
(16:59 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
e56c988
..
edd4fc7
100644
(file)
--- 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' => __('Frontpage Adrotate Slider'),
+ 'id' => 'frontpageadrotateslider',
+ 'description' => __('AdRotate Slideshow Area')
+ ));
}
}