Category: Tips and Tricks
-
Using a Code Snippets Plugin
For users not comfortable with adding code snippets by other means, a code snippets plugin manager can be a great tool. Actually, it can be a great tool for other users, too. One of the most commonly used code snippets plugins is the aptly named “Code Snippets“. The plugin allows you to add custom code…
-
How to customize the profile links
This is a tutorial article on how to customize the profile links for the logged in state of the Existing Users Log InUsername or EmailPassword Remember Me Forgot password? Click here to resetNew User RegistrationChoose a Username*Email*Password*Required field shortcode. We will focus on different ways to approach it, all of which use the wpmem_member_links_args filter hook.
-
Add or remove fields based on page
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…
-
Redirect blocked content to a login page
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…