How to Enable WordPress 5.5 XML Sitemap

wordpress sitemap

One of most awaited feature that WordPress 5.5 release shipped today is the XML sitemap generator. That means you longer need XML sitemap generator plugin to be installed and also you don’t need to think about it anymore. Delete XML Sitemap Plugin If you have been using a plugin to generate XML sitemap then it’s […]

HTML 5 Elements

In this post you will learn what are the elements in HTML and how they work, I’m going to demonstrate with codes and visual images that will help you understand how the tags created and used to display heading, paragraph, forms, images, links, list of items and more. HTML stands for Hyper Text Markup Language, […]

How to Install PHP 7.4.9 on Windows 10

This post will help you download and install PHP 7.4.x on your Windows 10, however, your Windows OS is 8/8.1 or 7; you should not have any issues downloading and installing PHP 7.4.x and verify latest version of PHP on your Windows OS. Follow these simple steps to download and install PHP 7.4.x on your […]

CSS Repeating Background Gradients

In this post you learn CSS Repeating Background Gradients. The repeating-linear-gradient() CSS function creates an image consisting of repeating linear gradients. This data type is a special type. Let’s dive in…. First Gradient CSS Gradients data type. this example uses an gradients to show the repeating background gradients of steps in process. The above code […]

How to Download and Install Python 3.8.5 on Windows 10

Let me quickly guide you to install Python 3.8.5 on Windows 10. In this post, I am going to install Python 3.8.5, set Python 3.8 to system PATH, check python version with CMD, write classic ‘hello world’ program and execute it with cmd. Please Note: If you are trying to install Python 3.8.5 on Windows […]