Can you tell me what am I doing wrong in the following code if I want to block only one page. (I dont want to use the option to set the password from the page edit screen)
function dmk_redirect_to_login_if_not_logged_in()
{if ( (!is_user_logged_in()) && ( is_page( id ) ) )
auth_redirect();
}