Since we are learning about WordPress basics, let’s look at how to use plugins in WordPress. Plugin allows you to easily modify, customize, or enhance WordPress websites or posts. The…
Let’s continue the WordPress basics series by talking about WordPress Media Settings. It is used to set the height and width of the images that you’re going to use on your…
WordPress discussion settings are settings that define the interaction between the administrator and the visitors. These settings are done by the admin to have control over the posts and comments…
WordPress writing settings control the features in the adding and editing posts, Pages, and Post Types, as well as the optional functions like Remote Publishing, Post via e-mail, and Update…
Last time we covered the installation of WordPress, now let’s jump in and talk about WordPress General Settings. WordPress general setting is used to set the basic configuration settings for…
On Tuesday, Instagram in its blog post announced a plan to introduce in-app NFT. They are beginning to test what they call digital collectibles with creators and collectors from the…
Every day, a lot of people looking for digital directions on their computers and smartphones are diverted to an isolated spot on the Atlantic Ocean, more than 1000 kilometers off…
When writing code several reasons may cause errors, for example: These types of errors are known as runtime errors because they occur at the time the script runs. A professional…
In this article let’s learn about JSON parsing in JavaScript. JSON means – JavaScript Object Notation. JSON is a data-interchange format for data exchange between server and client which is…
In this article, we will learn about JavaScript Closures. JavaScript variable’s scope can be global or local. A global variable can be accessed and manipulated anywhere in the program, while the…