When you install the simple membership plugin, it will create the following required pages for you automatically:
- Login page (this is where users will go to log into the site)
- Registration page (this where users fill in a form to register/create account)
- Join Us Page (this is where a user goes to find out all your membership options)
- Edit profile page (your members can go to this page to edit their details)
- Password reset page (used for resetting a member’s password)

If you accidentally delete them then you can use the following steps to recreate the pages:
- Go to the Settings -> Tools interface of the plugin.
- Click on the “Re-create the Required Pages” button. This will create the pages for you (if needed).
After that, the required pages should be in place for the plugin to function correctly.
Manually Recreate the Required Pages
Using the above mentioned “tools” option is the better way to handle this. However, if you want to create the pages manually then you can use the following manual steps to create those pages.
Login Page
- Create a new WordPress page called “Member Login” and add the following shortcode to this page: [swpm_login_form]
- Take note of the URL of this newly created login page
- Go to the settings menu of the membership plugin and enter the URL of this page in the “Login Page URL” field.
- Save the settings
Registration Page
- Create a new WordPress page called “Registration” and add the following shortcode to this page: [swpm_registration_form]
- Take note of the URL of this newly created registration page
- Go to the settings menu of the membership plugin and enter the URL of this page in the “Registration Page URL” field.
- Save the settings
Join Us Page
- Create a new WordPress page called “Join Us” and customize this page to your liking.
- Take note of the URL of this newly created join-us page
- Go to the settings menu of the membership plugin and enter the URL of this page in the “Join Us Page URL” field.
- Save the settings
Edit Profile Page
- Create a new WordPress page called “Edit Profile” and add the following shortcode to this page: [swpm_profile_form]
- Take note of the URL of this newly created edit profile page
- Go to the settings menu of the membership plugin and enter the URL of this page in the “Edit Profile Page URL” field.
- Save the settings
Password Reset Page
- Create a new WordPress page called “Password Reset” and add the following shortcode to this page: [swpm_reset_form]
- Take note of the URL of this newly created password reset page
- Go to the settings menu of the membership plugin and enter the URL of this page in the “Password Reset Page URL” field.
- Save the settings