Suppose you have a landing page you are directing users to, and users can login on that page, then be redirected to an articles page. What happens if the user is already logged in and they hit the landing page? Here is a process that will help smooth out the user experience. Continue Reading →
Tips and Tricks
Setting up a custom WP-Members stylesheet
WP-Members is designed to work out-of-the-box, yet be extensible and customizable. The layout of the forms and dialog messages are a good example, with the ability to easily define a custom stylesheet in the plugin options.
Continue Reading →Creating menus based on login status
In this example, I will show you how to display a different menu for users based on their login status for the WordPress TwentyTen theme. This process can be adapted to any theme (and using the same principles, could be adapted to use anywhere on your WP site).
Note: There is an alternate (and easier) method of doing this posted here. That post displays the method currently used on this site.
Creating sidebar content with the logged in/out shortcodes
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 →
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 →