This covers information about the password reset link process returning an invalid key error message upon completion of the password reset process (“Sorry, no password reset key was found”).
Continue Reading →Password reset invalid key error
Home of WP-Members, The Original WordPress Membership Plugin
Chad Butler · ·
This covers information about the password reset link process returning an invalid key error message upon completion of the password reset process (“Sorry, no password reset key was found”).
Continue Reading →Chad Butler · ·
This is a tutorial article on how to customize the profile links for the logged in state of the [wpmem_profile] shortcode. We will focus on different ways to approach it, all of which use the wpmem_member_links_args
filter hook.
Chad Butler · ·
Sometimes, you may find that you want to add or remove fields from the registration form based on the page you are on. This may be the case if you set up different registration pages, or you might want to have a specific registration page with certain fields and the automatic forms that show on blocked content have different fields. There are many ways to approach it, but ultimately, it is very simple to add or remove fields from the form with the wpmem_fields
filter.
Chad Butler · ·
While the WP-Members plugin is built to automatically replace blocked content with a login and registration form, sometimes it is necessary to redirect blocked content to a specific login page. This is generally the case with builder plugins (unless you refilter the content), or plugins that use post meta for displaying extra content, such as WooCommerce, Calendar/Event plugins, etc.
This post covers some a basic way to provide the same user experience as the default setup, but by redirecting the blocked content to a login page. Continue Reading →
Chad Butler · ·
Sometimes it may be necessary to remove all WP-Members entries in the database. While the plugin can generally clean up after itself using the “delete” option in the WP Plugins panel, this essentially removes settings information. There are some additional entries that may be left behind depending on your configuration. This includes some user meta data, and if membership products are used, some post meta data. Continue Reading →
Ready to get started?