Last time you learned how to create new categories. Now let’s look at how to edit categories in WordPress. It is super simple. All you need to do is follow…
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…
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…
JavaScript Event Propagation is a mechanism that defines how events propagate or travel through the DOM tree to arrive at its target and what happens to it afterward. For example,…