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 →
Tips and Tricks
How to use action and filter hooks
The WP-Members plugin offers a great deal of extensibility and customization through the use of filter and action hooks, much like WordPress. These operate the same way you would use any other WordPress hook.
Continue Reading →Generic Header Login
I receive a lot of requests for how to put a login form into the theme header. This is not really a difficult process, but to make the “not-to-difficult” even easier, I have put together some generic code that can be used for this. (Now also available as a widget.) Continue Reading →
Show optional form fields only on user update
Suppose you have some additional form fields that are not required for registration and you don’t want to show those as part of the registration process; but you would like them to be included when a user updates their registration info. Here is an elegant way of doing that without resorting so hiding the fields with CSS. Continue Reading →
Simple MailChimp integration
Note: this example predates the introduction of the MailChimp Integration extension. I recommend that you use that extension instead as it is far easier to use and also utilizes the latest MailChimp API (version 3.0).
Here is an example of a simple integrating MailChimp with the WP-Members registration process. This could be modified to suit similar integrations as long as there is an API to hook into. Continue Reading →