Category: Tips and Tricks
-
Make MailChimp subscribe field a hidden field in the WP-Members registration form
Suppose you are using the WP-Members registration form essentially as an opt-in to your MailChimp list. Essentially, you want anyone who fills out the form to be added to the MailChimp opt-in process. This requires you to have the MailChimp extension installed and a subscribe field set up and configured. This filter will take that field and…
-
Add Really Simple CAPTCHA to the Login Form
The question about integrating CAPTCHA into the login is coming up more frequently. With the wpmem_login_form_rows filter, the login form is infinitely flexible so you can add additional elements to the form. I have put together an example of integrating the Really Simple CAPTCHA process into the current login process. The process is relatively simple,…
-
How to hide posts completely
There are times when a site operator may wish to completely hide certain posts – either all posts that are blocked, posts of a certain category, or other possibilities. While the main process that the plugin operates on is to show titles and excerpts on summary pages to drive users to conversion (registration), that is…
-
Creating a login link with redirect back to the original page
Often times, the WP-Members plugin may be used in a theme or other situation where there is already a log in link. A lot of these types of default log in links direct to the main WP login. But they often have the nice feature of redirecting back to the referring page. This example will…