Title: Help: Navigation Menu PHP/CSS
Last modified: August 19, 2016

---

# Help: Navigation Menu PHP/CSS

 *  [straderade](https://wordpress.org/support/users/straderade/)
 * (@straderade)
 * [17 years ago](https://wordpress.org/support/topic/help-navigation-menu-phpcss/)
 * In the process of converting a theme to wordpress and currently working on the
   Navigation Menu.
 * I’ve got the correct javascript in place but having some issues with the CSS/
   PHP. See Here: [http://test.tlcyouthgroup.com](http://test.tlcyouthgroup.com)
 * The menu in question is the one on the top left hand corner. As you can see the
   sub menus are not working correctly.
 * Any help?

Viewing 1 replies (of 1 total)

 *  [NajafAli](https://wordpress.org/support/users/najafali/)
 * (@najafali)
 * [17 years ago](https://wordpress.org/support/topic/help-navigation-menu-phpcss/#post-1073676)
 * Take a look at the generated html source:
 *     ```
       <ul id="secnav">
   
       <li class="page_item page-item-324 current_page_item"><a href="http://www.test.tlcyouthgroup.com" >Home</a></li>
       <li class="page_item page-item-326"><a href="http://www.test.tlcyouthgroup.com/blog" >Blog</a></li>
       <li class="page_item page-item-328"><a href="http://www.test.tlcyouthgroup.com/about-us" >About Us</a></li>
       <li class="page_item page-item-330"><a href="http://www.test.tlcyouthgroup.com/services" >Services</a>
       <ul>
       	<li class="page_item page-item-394"><a href="http://www.test.tlcyouthgroup.com/services/print-design" >Print Design</a></li>
   
       	<li class="page_item page-item-332"><a href="http://www.test.tlcyouthgroup.com/services/website-design" >Website Design</a></li>
       	<li class="page_item page-item-334"><a href="http://www.test.tlcyouthgroup.com/services/logo-design" >Logo Design</a></li>
       </ul>
       </li>
   
       </ul>
       ```
   
 * As you can see there, there are no menu items being generated for the first three
   top level headers. My guess would be that you need to add child pages to the ‘
   About-Us’, ‘Home’ and ‘Blog’ pages in order to get them to show up.
 * Can’t be sure unless we know a little more about the way the menu is generated.
   Hope this helps.
 * Ali

Viewing 1 replies (of 1 total)

The topic ‘Help: Navigation Menu PHP/CSS’ is closed to new replies.

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 2 participants
 * Last reply from: [NajafAli](https://wordpress.org/support/users/najafali/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/help-navigation-menu-phpcss/#post-1073676)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
