summaryrefslogtreecommitdiff
path: root/sidebar-index.php
diff options
context:
space:
mode:
Diffstat (limited to 'sidebar-index.php')
-rw-r--r--sidebar-index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/sidebar-index.php b/sidebar-index.php
new file mode 100644
index 0000000..75558a7
--- /dev/null
+++ b/sidebar-index.php
@@ -0,0 +1,7 @@
+<?php
+if (!is_active_sidebar( 'index-page-widgetarea' ))
+ return;
+?>
+<div id="index-widget">
+ <?php dynamic_sidebar( 'sidebar-4' ); ?>
+</div>