Tag: wp_nav_menu
-
Creating menus for different user roles
We’ve had some different tutorials on displaying menus based on login status – showing a different menu for logged in users vs. non-users. I also put together a code snippet and a plugin extension to automate this process. There’s even a tutorial on how to remove menu items based on login status. This tutorial is an…
-
Creating menus based on login status – alternate version
Over in this post, I described a method of displaying different menus to users based on their login status by setting up your theme to display the different menus. But isn’t there an easier way that doesn’t involve theme edits? Yes. And I’m glad you asked that question. This method is even easier and simply…
-
Creating menus based on login status
In this example, I will show you how to display a different menu for users based on their login status for the WordPress TwentyTen theme. This process can be adapted to any theme (and using the same principles, could be adapted to use anywhere on your WP site). Note: There is an alternate (and easier)…