Owning and running a business is a tough nut to crack, as you have to take care of knick-knacks and deal with your customers. An essential part of any business is an online presence through a website. However, you may have trouble finding a theme that suit your business needs. If you know what to […]
How to Set Cache-Control Header in WordPress
The cache-control header tells the browser to catch your files for a specific amount of time that you can define in the header. Just like the expires headers, the cache-control header also helps your website to be extremely fast for returning users. You can specify cache-control headers for the static files on your website so […]
How to Add Expires Headers in WordPress
Adding expires headers to your WordPress website will tell the browser to cache files and serve them directly from the browser instead of making a request to the server. In expires headers, we define a period of time that the browser can cache certain types of files and serve them. This will greatly improve the […]
Rocket WordPress Hosting Review: Speed to the Edge
While creating a website, one of the most important and crucial things that you can do is choosing a good web hosting provider. A solid hosting is fundamental to make your website faster, stable, and user-friendly. In search of the best web hosting provider out there, we have been reviewing several companies all over the […]
Code to Display Related Posts by Category in WordPress
Related posts are a great way to improve your page views and reduce bounce rate. If you want to display a related posts section without a plugin that outputs the latest posts in the same category as in the parent post that it is being displayed, you could use the following code. So, you no […]
Default WordPress .htaccess File
.htaccess is one of the most important files on your WordPress installation. A file that can make your website go down with a single mismatched configuration or invalid letter in it. So, you should be very careful while playing with the .htaccess file or making changes to it. It doesn’t mean that you shouldn’t touch […]
How to Download WordPress
You can download WordPress directly from their official website at WordPress.org. You will get a copy of the latest WordPress release in an archive format which you can extract to start using it. This file can be uploaded to your web servers and extract to the root directory of your domain to install WordPress on […]
2 Methods to Change WordPress Login URL
By default, the WordPress login URL will be example.com/wp-admin. But at times, you may want to change this because of uncontrollable hack attempts or numerous bots trying to guess your password by constantly trying different credentials. So, once you decide to change the WordPress login page, most of these problems could be resolved by returning […]
How to Login to WordPress: Why and How?
Logging in to WordPress is a pretty easy job by just visiting your website URL followed by /wp-admin/. For example, if your website is example.com, you can login to your WordPress backend by visiting example.com/wp-admin/. As simple as that. You will be provided with the username and password input fields which you can fill, followed […]
How to Clear WP Rocket Cache
WP Rocket is a very popular caching plugin for WordPress websites. If you are a beginner to the plugin and don’t know how to clear caches in the plugin, you can have a look at this article to get a complete idea about clearing different types of caches in WP Rocket. We will discuss what […]
How to Clear Cache on WordPress Manually: Without Plugin
WordPress caches content on your website with the help of caching plugins to speed it up. Based on the plugin you are using, the method to clear the caches would differ. But most of them has a settings page where you could easily purge different kinds of caches including the Static, Dynamic, PHP OP, and […]
Top 10 Calendar Plugins for WordPress Websites
Picking the right WordPress calendar plugin for your website is important. WordPress calendar plugins come with a variety of features; some are for simple event management while others have advanced functionalities. You need to choose a plugin that fits your website’s requirements. With the use of a calendar plugin on your WordPress website, you can […]