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…

  • Restrict a post or a page to a specific user role

    While the core plugin restricts posts to logged in users, and can also create memberships for other types of restriction, sometimes you may wish to restrict content to a user role. This custom code snippet can be copy-pasted to wherever you store custom code and will add a list of roles to the WP-Members restriction…

  • 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…