Just a simple notification for the slideshow position added back
authorLaury GvR <laury@gaslightmedia.com>
Thu, 10 Nov 2016 18:41:39 +0000 (13:41 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 10 Nov 2016 18:41:39 +0000 (13:41 -0500)
parts/slide-show.php

index d4e0126..1d726a4 100644 (file)
@@ -1,5 +1,6 @@
 <div id="slideshow">
     <ul>
+        Slideshow here (delete me)
     <?php if ( is_active_sidebar( 'slideshow' ) ) : ?>
         <?php dynamic_sidebar( 'slideshow' ); ?>
     <?php endif; ?>