Viewing 3 replies - 1 through 3 (of 3 total)
  • This is exactly what I need too!, I managed to use the 404 redirect plugin to have a login page ready but I can’t work out how to stop them menu item dissappearing for non members. This would be a really important feature for me. Help!

    Hi,
    you can add in your functions.php file:
    remove_filter ( 'wp_get_nav_menu_items', array( 'Groups_Post_Access', 'wp_get_nav_menu_items' ), 1, 3 );
    cheers

    thanks so much eggemplo! worked a treat!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show Menu Item for restricted page and prompt for login’ is closed to new replies.