Wonder how deleting categories in WordPress works? You’re in the right place, we’ll satisfy your curiosity in a moment. The process only requires a basic knowledge of the WordPress Admin section and is in no way as hard to do as choosing the domain name for your blog. Furthermore, adding categories will help both you […]
How to Access the WordPress Admin Section
Need to access the admin section of your WordPress website? No wonder. It’s the main way to control the things happening both behind the scenes (backend) and the website visible to others (frontend). Among other things, it allows you to install plugins, add new admin, editor, and writer user accounts, change the website’s theme, edit […]
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 […]
How to Block Visitors from a Country in WordPress
How do you go about blocking a country in WordPress so that its citizens cannot access your website? It’s possible that you got an influx of scammers, spammers, or bots from that country harassing you. Or your content just doesn’t apply to that country. Whatever the reason, we don’t judge. To achieve that, the easiest […]
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 […]