Statistics: Posted by cassel — September 2nd, 2011, 4:58 pm
Statistics: Posted by presson — September 2nd, 2011, 4:36 pm
Statistics: Posted by Cristián Lávaque — June 26th, 2011, 8:30 pm
Statistics: Posted by cassel — June 26th, 2011, 8:11 pm
Statistics: Posted by cassel — June 26th, 2011, 7:59 pm
Statistics: Posted by Cristián Lávaque — June 26th, 2011, 7:26 pm
Statistics: Posted by cassel — June 26th, 2011, 3:02 pm
Statistics: Posted by Cristián Lávaque — June 24th, 2011, 12:46 pm
// BOB ADDED THIS! Adds the correct member level member home page!
function new_nav_menu_items($items) {
if (is_user_logged_in())
$homelink = '<li><a href="/welcome-' . S2MEMBER_CURRENT_USER_ACCESS_LEVEL.'">Members Home</a></li>';
$items = $homelink . $items;
return $items;
}
add_filter( 'wp_nav_menu_items', 'new_nav_menu_items' );
Statistics: Posted by BobTabor — June 24th, 2011, 11:10 am
Statistics: Posted by BobTabor — June 24th, 2011, 10:48 am
if (is_user_logged_in())
echo '<a href="/welcome-', S2MEMBER_CURRENT_USER_ACCESS_LEVEL, '">Members Home</a>';
Statistics: Posted by Cristián Lávaque — June 23rd, 2011, 9:50 pm
Statistics: Posted by BobTabor — June 23rd, 2011, 5:17 pm