I have it working where only logged in users are seeing all the pages. Not sure why. The menu items are all set to the proper setting and roles.
Sorry. I have to take it back. My fallback is set to null and I am still seeing all the pages.
My code: $primaryNav = wp_nav_menu( array( ‘theme_location’ => ‘primary-menu’, ‘container’ => ”, ‘fallback_cb’ => ”, ‘menu_class’ => $menuClass, ‘echo’ => false ) );
Any other suggestions?
Never mind. Missed it in the FAQ the first time I read it. Sorry.