Created
January 13, 2011 17:42
-
-
Save fnhipster/778245 to your computer and use it in GitHub Desktop.
WordPress Nav Menu (InfusionWP) Email
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="log_in"> | |
<?php global $user_ID; | |
if ('' != $user_ID) { | |
wp_nav_menu('menu=Logged In Users&menu_class=dd-menu'); | |
} else { ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment