Title: WordPress Menus
Last modified: August 20, 2016

---

# WordPress Menus

 *  Resolved [Bill Smith](https://wordpress.org/support/users/jdmdulcimer/)
 * (@jdmdulcimer)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wordpress-menus-1/)
 * On the calendar page, I’m having trouble getting the template’s WordPress menus
   to display. Here is the link: [http://205.173.96.38/~kspharms/](http://205.173.96.38/~kspharms/)
 * Navigate to the “Calendar” page and you’ll notice the header and footer menus
   disappear.
 * In the header.php and footer.php, here is the call to the menu array. Nothing
   looks out of ordinary. Any ideas?
 *     ```
       <nav class="primary">
       <?php wp_nav_menu( array(
        'container'       => 'ul',
       menu_class'      => 'sf-menu',
       'menu_id'         => 'topnav',
        'depth'           => 0,
       'theme_location' => 'header_menu'
       ));
       ?>
       </nav><!--.primary-->
       ```
   
 *     ```
       <nav class="footer">
       	<?php wp_nav_menu( array(
                     'container'       => 'ul',
                     'menu_class'      => 'footer-nav',
                     'depth'           => 0,
                     'theme_location' => 'footer_menu'
                     ));
                   ?>
       ```
   
 * [http://wordpress.org/extend/plugins/the-events-calendar/](http://wordpress.org/extend/plugins/the-events-calendar/)

Viewing 1 replies (of 1 total)

 *  [Rob La Gatta](https://wordpress.org/support/users/roblagatta/)
 * (@roblagatta)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wordpress-menus-1/#post-3194766)
 * Hey there jdmdulcimer. My guess is that this is something with your theme; when
   I visited the site it was behaving oddly and it looked largely related to whatever
   is going on in the header there. Have you tried reverting to the default Twenty
   Eleven or Twenty Twelve theme to double check if the issue occurs there too? 
   What theme are you using here?

Viewing 1 replies (of 1 total)

The topic ‘WordPress Menus’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rob La Gatta](https://wordpress.org/support/users/roblagatta/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/wordpress-menus-1/#post-3194766)
 * Status: resolved