logged in/out works but rest of menu is gone
-
Hello again Chad,
hope this finds you well. I am back with a similar issue with the menu item, the theme has changed:if ( has_nav_menu( 'primary-menu' ) ) { wp_nav_menu( array( 'container' => '', //added from wpmem "container_class" => "", "container_id" => "header-main-menu", "fallback_cb" => false, "menu_class" => "primary-menu", "theme_location" => "custom_menu", 'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul><div class="custom-header">' . $status_text . '</div>', //end added from wpmem 'theme_location' => 'primary-menu', ) ); } else { wp_list_pages( array( 'container' => '', 'title_li' => '', ) ); } ?> </ul><!-- .main-menu --> </div><!-- .header-left -->
Must be the line beginning with items wrap.
Please point me at what I am doing wrong,
thank you much as always,
MarkThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘logged in/out works but rest of menu is gone’ is closed to new replies.