When you have WordPress Multisite active, all users are shared between all blogs because the wp_users table is the same for all blogs. By default, it's simply not possible to enable WordPress user registration on a subsite only. To go around this, first thing we need to do is enable registration in our network admin: […]
Continue ReadingWhen building a company website, chances are you’ll be looking for a WordPress client portal plugin where an administrator can upload files and information related to a particular client. And most of the time it doesn’t have to be something complicated. There are several solutions like simply creating a password protected page or using an […]
Continue ReadingSometimes you want to begin user registrations in your WordPress site at a particular date and time in the future. Luckily it's simple enough and it requires just a small plugin. There's no UI and you'll have to modify the $open_registration_time variable with your time and hour, but it's as simple as it gets: create […]
Continue ReadingWith our bbPress forums retired, I wanted to close all topics without having to go in each one of them. While I couldn't find something that did exactly that, I did found this really nice plugin https://github.com/thebrandonallen/bbp-auto-close-topics that automatically close bbPress topics after an admin-specified time period.
Continue ReadingThis tutorial explains why adding WordPress SSL & HTTPS is the best way to secure your site and why all of us should do it eventually. Also, we'll go into an option for adding a free SSL certificate on your WordPress site. Let's break it down. What is SSL & HTTPS? An SSL (Secure Sockets […]
Continue ReadingIf you're like most website owners, you might not know that enabling WordPress social login can help you increase your website's user engagement. And it all has to do with users forgetting their account passwords. For those unfamiliar, there's a thing called "password fatigue" and your website's visitors or customers might be suffering from it. […]
Continue ReadingIf you own a WordPress site that allows front-end user registration you're probably looking for an easy way to set up a WordPress redirect after login or registration. Not only does this let you keep users out of the WordPress dashboard, but it also lets you send them straight to a specific page that you've optimized for them.
Continue ReadingAdmin Approval for new users is one of those must have features for every website that allows user registration. Sometimes, deciding who gets to be a user on your website is a good way to keep your user base clean and fight user registration spam. Taking it further, there are times when you need to […]
Continue ReadingCreating a WordPress demo site with Multisite is a smart way to let potential customers try out your WordPress theme, widget, or plugin. This can be much more effective than presenting screenshots and descriptions of how your plugins or themes work. That's because a demo site gives potential buyers and customers the option to test […]
Continue ReadingLooking for a simple way to customize the WooCommerce account page to add extra user fields and let customers manage their data from the front-end? How about adding custom user fields to the WooCommerce checkout page? In this post, you'll learn how to easily customize the WooCommerce account page using the Profile Builder plugin and its WooCommerce Sync add-on.
Continue Reading