Skip to content

Instantly share code, notes, and snippets.

@fnhipster
Created January 13, 2011 17:42
Show Gist options
  • Save fnhipster/778245 to your computer and use it in GitHub Desktop.
Save fnhipster/778245 to your computer and use it in GitHub Desktop.
WordPress Nav Menu (InfusionWP) Email
<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