WordPress Membership Plugin
Thanks, yes. That’s how I was able to write the php to determine if the user is logged in or not. However, I am still unable to find documentation of how to print the login form itself. This part:
else {
echo ‘LOGIN FORM GOES HERE’;
}
In the widget, it’s:
[swpm_login_form]
This does not work in header.php. Any ideas? Thanks for the help.