WordPress: switching from http to https
This is a tutorial for beginners. We are not going to explain how to install a SSL certificate on the server, but we are going to explain the steps to ensure that your WordPress site is configured properly for https. Verify SSL Installation After installing the SSL on the server the first step is to verify that […]
WordPress: Minify HTML for Google PageSpeed
One simple thing you can do to improve the loading speed of WordPress pages is to minify the HTML and then implement a system cache. In this tutorial we will teach you a simple way to minify the HTML code. Helper Hook First we have to add a helper hook, this is to affect only the front pages […]
Show user registration time in WordPress
Would you like to see the date a user registered on the website? In this article we show how to display the user registration time in WordPress by adding an additional column to the users page. Column Registration First thing we need to do is register the new column in the users page. You can add this code to […]
How to set up a cookieless domain
In this post we are going to explain how to set up a cookieless domain. In other terms we are going to remove the cookies set by the server/browser on each request for static content. First let’s talk about what is static content. These are files that does not change on every requests, files like […]