if (!is_user_logged_in()) {
wp_login_form();
} else {
echo ‘

Welcome to the Community!

‘;
}