• Hello,
    So I am setting up my first WordPress site and I have gotten the hang of a lot of it. One thing I cannot figure out is how to hide menu certain menu lists on my menu to people who are not logged in. I know there are ways of doing it, but the thing is the theme I am using creates custom menus. I am using the Prestige Ultimate Dark theme (http://themeforest.net/item/prestige-ultimate-wordpress-theme/full_screen_preview/132654) and for some reason I cannot figure out how to do this. I have tried inputting this code

    echo “”;}
    else {
    echo “<style type=’text/css’>
    .menu-item-19{display:none;}
    </style>”;
    };

    into my cp_menu.php file but I think the main issue is that it isn’t referring to a certain menu Id and I cannot figure out what the menu id’s for this certain theme is. If anyone can help, or has a different way of doing this, it would be greatly appreciated! Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Make menu items hide for users that are not logged in.’ is closed to new replies.