it is not necessarily the author – more so the logged in user…
i think it may need some variation of this, but i am not certain about it:
$current_user = wp_get_current_user();
$user_id = $current_user->ID;
oops – just a typo on the post. the problem has nothing really to do with FB Connect. I just want to check to see if the e-mail field in the database is blank or not. The code above is not looking in the right place…and I am not sure what else to try.
perfect – didn’t even think it would be a setting in the php. appreciate your response!