A powerful use of the WP-Members logged in/out shortcodes is using them to display “login specific” content in the sidebar. This post will discuss how to set that up. Continue reading Creating sidebar content with the logged in/out shortcodes
Author: Chad Butler
Add a country list dropdown to the registration form
Here is a list of countries that you can use for creating a country dropdown list for your registration form. Continue reading Add a country list dropdown to the registration form
Add links to login and register in the post restricted message
There are html anchor tags in the default login and registration forms that you can use to hyperlink to. This post describes how you can add links to login and register in the post restricted message. Continue reading Add links to login and register in the post restricted message
Easier random password filter
On occasion, site admins are faced with a user base that needs things to be more simple. Here is some sample code to simplify the random password generated and emailed to the user.
Continue reading Easier random password filterSidebar login filter advanced example
This is an advance example of the sidebar login filter wpmem_sidebar_status. This sample code will take the generated sidebar login status and completely replace it with the user’s avatar, a welcome message using first and last name, and a different logout message. Continue reading Sidebar login filter advanced example