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 →
Blog
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 →
Bootstrap sidebar login
The sidebar login form on this site is customized with the Bootstrap sprites using the method described here. Continue Reading →
Using wpmem_block to block a category
Suppose you want to block any post that is in a certain category. This example shows you how to do that using the wpmem_block filter hook. Continue Reading →