A new year, and a fresh upgrade for WP-Members! Version 3.2.5 is a feature release with some fixes. Continue Reading →
WP-Members 3.2.5
Home of WP-Members, The Original WordPress Membership Plugin
Chad Butler · ·
A new year, and a fresh upgrade for WP-Members! Version 3.2.5 is a feature release with some fixes. Continue Reading →
Chad Butler · ·
Currently, the User List delivers a link to a user’s detailed profile as https://yoursite.com/your-profile-page/?uid=123. I have been wanting to make that cleaner with a URL like: https://yoursite.com/your-profile-page/username/ or something of that type for some time.
This is planned as a feature for the plugin’s 2.0.0 release. However, until that is read for release
It has been something that I’ve been working on and since it is taking some time to complete, I decided that I would publish some custom options you can do with some filters and actions. I have made these essentially “cut-and-paste” options so that you don’t really need to do anything to the code snippet other than add it to your functions.php file (or wherever you put custom code snippets). Continue Reading →
Chad Butler · ·
WP-Members offers the ability to “hide” content from non-registered users. When content is hidden, it is as if the content does not exist if the user is not logged in. That results in a 404 – which basically is a “not found” message.
But a generic 404 message like “Oops! That page can’t be found” may not be exactly what you want. In that case, you will want to create a custom 404 template. Continue Reading →
Chad Butler · ·
Part of the WP-Members 3.2 project involved allowing users to log in using either their username or their email address. This makes the WP-Members Email as Username extension obsolete (which, if you’re wondering, is why it is no longer supported).
However, because all of the translation files still reflect “Username” in the login form field text, I decided to give the translators time to catch up on the language packs. So while you can log in using either a username or an email address, the label on the form only says “Username.” Continue Reading →
The more customization that you do when building a WordPress site, the more you will find that you have a lot of functions hooked to actions and filters. Sometimes these functions might be quite simple, returning just a single line of text or replacing a single word. Is there an easy way to make this more compact?
Yes, there is! Here’s how: Continue Reading →
Ready to get started?