On normal wp i had a code in theme to check userlevel
if($current_user->user_level >= 1)
do this else that.
If i want to this in wpmu on blog id 1. can anyone tell me how to do this ?
Thanks
On normal wp i had a code in theme to check userlevel
if($current_user->user_level >= 1)
do this else that.
If i want to this in wpmu on blog id 1. can anyone tell me how to do this ?
Thanks