The WP-Members recommended WP Setting is to set RSS to summary. But if your site doesn’t need to have an RSS feed (such as a static site using only pages, or if you simply do not promote via RSS), it might be advantageous to turn of RSS. Then that is one less thing you have to worry about protecting. Here is how you can turn off RSS feeds for your site altogether. Continue Reading →
tips
The functions.php file
The functions.php file is an important element in customizing WordPress. It is also an important element in terms of customizing and integrating WP-Members into your site.
While you are not required to do any customization to get WP-Members to work on your site (it is, after all, a plugin), to leverage the power of the framework and thus make it look professional and seamless on your site, you will need to have some knowledge of the functions.php file.
Continue Reading →WordPress site management best practices
WordPress is a great tool and it has become an icon in the Internet world. But with success of distribution comes the vulnerability of becoming a target for hackers. Many of you have experienced what it is like to deal with hacking and malware. Hopefully most of you haven’t experienced this yet. This post will cover some best practices so that hopefully, you won’t ever have to deal with that. Continue Reading →
Redirect requests to wp-login to a front end login page
Note: If you want an easy way to do this, the Advanced Options extension offers this as a setting. But if you need more control over the process than a simple “on/off” switch, the method described here is a flexible and customizable alternative.
The new version of WP-Members 2.7.6 adds a method of picking up the redirect_to parameter. This allows you to make redirecting from the wp-login more seamless, since the wp-login is designed to redirect the user back to where their login was requests (such as comments or a forum). Continue Reading →
Redirect a logged in user from a landing page
Suppose you have a landing page you are directing users to, and users can login on that page, then be redirected to an articles page. What happens if the user is already logged in and they hit the landing page? Here is a process that will help smooth out the user experience. Continue Reading →