Limit or Disable WordPress Revisions

A handy feature of WordPress is that it keeps revisions of your blog posts and pages, giving you the option to revise your current post to a previous version. WordPress stores a version of the article you are writing into a “revision” each time you do a preview. So lets say you’ve previewed your document […]

Optimising your WordPress Database

The database behind your WordPress website is the “brain” if your website, it stores all your settings, pages, blog posts, links, user information, references to your images and much more. Your WordPress website uses a MySQL database which is powerful enough to serve all your data but if you treat the database incorrectly and do […]

Stop Users from Sharing their WordPress Login Credentials

By default users can login into WordPress at the same time from multiple locations. When you have a membership website this can hurt your profit because users can share their credentials with each other and pay for just one subscription. Fortunately we can stop this with a simple plugin. WordPress and User Sessions Before fighting […]