Forum Replies Created

Viewing 2 Topics - 1 through 2 (of 2 total)
Author Posts
April 4, 2013 at 8:02 pm in reply to: registration navigation 1803
matchbranding matchbranding

Bingo! Thanks.

April 4, 2013 at 7:48 pm in reply to: registration navigation 1799
matchbranding matchbranding

Thank you.  (not sure why i didn’t think of that)  I used a simple conditional statement and it worked like a charm.

if ( is_user_logged_in() ) {
    wp_nav_menu(array('theme_location' => 'main', 'menu_id' => 'menu'));
} else {
    wp_nav_menu(array('theme_location' => 'visitor', 'menu_id' => 'menu'));
};

I did have another question. I included the [wpuf_dashboard] shortcode which displays the list of posts. When I click “edit” on one of them it takes me to the form but none of the existing data is there. Is this correct?

Viewing 2 Topics - 1 through 2 (of 2 total)