A WordPress member directory plugin can make it surprisingly easy for you to create a fully functional user directory on your site without touching the code. However, you need to make sure it comes with all the features and functionalities that you’re going to need. You also want to have a good amount of control…
How to Put Your WordPress Site in Maintenance Mode
If you’re considering redesigning your WordPress site or want to update your theme or plugins, you will have to put your WordPress site in maintenance mode. You don’t want site visitors to access your WordPress site when you’re busy debugging errors, running updates, or fixing plugin conflicts. And the reason for this is simple: it…
How to Create LearnDash Custom User Registration & Login Forms
LearnDash is a popular LMS (learning management system) plugin or platform to create and offer courses within WordPress. Basically, if you have a WordPress website where you want to offer online courses to your audience, LearnDash is probably going to be your best option. However, while LearnDash takes care of all your needs as far…
Redirect WordPress Users After Login to Referrer Page
In this tutorial, you will learn how to redirect your WordPress users back to the referring page or the previous page they were viewing before logging in. Doing this improves the user experience of your membership site. Building the Login Form Hover on ProfilePress and click on Forms & Profiles Click on Add New and…
WordPress User Redirection After Social Login Based on Roles
In this tutorial, I will be sharing a code snippet that will redirect users to a custom WordPress page or URL based on their assigned role after they successfully log in to your via ProfilePress social login. Note: the code should be pasted to your theme’s functions.php file or your site-specific / dummy plugin. add_filter(‘ppress_social_login_redirect’,…
GDPR: What You Need to Know and How ProfilePress Helps You Comply
GDPR stands for the General Data Protection Regulation. It’s a law enacted by the European Commission in 2016 that goes into effect on May 25, 2018. It’s designed to protect the privacy of all EU citizens. It applies to almost every internet company or website using contact forms and email marketing, which probably includes your…