Don't open first menu on page load
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 8 Jan 2015 15:29:51 +0000 (10:29 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 8 Jan 2015 15:29:51 +0000 (10:29 -0500)
page-374.php

index 1932eb5..0d6e72a 100644 (file)
@@ -20,7 +20,7 @@
                         <a href="#menu-<?php echo $menu->ID;?>"><strong><?php echo $menu->post_title;?></strong> <span class="right">view menu</span></a>
                         <div
                             id="menu-<?php echo $menu->ID;?>"
-                            class="content<?php if (++$i == 1) {echo ' active';}?>"><?php echo apply_filters( 'the_content', $menu->post_content );?></div>
+                            class="content"><?php echo apply_filters( 'the_content', $menu->post_content );?></div>
                     </li>
                 <?php endforeach;?>
                 </ul>
@@ -35,4 +35,4 @@
         </div>
     </div>
 </div>
-<?php echo get_footer(); ?>
\ No newline at end of file
+<?php echo get_footer(); ?>