Tag: menus
-
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…
-
Automatically clone theme menu location to display different menus based on login status
One of the most common questions that I receive is how to display menu items based on login status. Because there truly are several answers with multiple options, it an become a little confusing, even to more advanced users. It really boils down to how to you want to construct your site and how do…
-
Removing items from the menu based on login status
Generally, menus are going to be filled with static items. A “set it and forget it” kind of thing. In those cases, there are some really good methods of setting up various menus to display based on a user’s login status (here and here). But what if that’s the case? What if you have a…
-
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)…