How To

How to List Only Parent Categories in WordPress

WordPress provides the default feature of category archives. We can also create sub-categories of the main category. While listing categories…

5 years ago

How to Create a New Custom Widget in WordPress

WordPress provides some default widgets to display extra content on the website. However, we can also create custom widgets when…

5 years ago

How to Create a New Custom Sidebar in WordPress

WordPress provides a single sidebar by default. Even more, WordPress provides custom support to fulfill various requirements with a few…

5 years ago

How to Echo New Line in PHP

There are several ways to print a new line in PHP. A line break is quite an important factor in…

5 years ago

How to Set Onclick Function in PHP

Onclick event is one of the most used events in any user interface. As all events on the website are…

6 years ago

How to jQuery Validation On Button Click

jQuery form validation is one of the easiest ways to validate form fields on any web page. We can validate…

6 years ago

How to Open a New Web Page On Button Click Using JavaScript

Opening a link or redirecting a user to a new page on our website using a button on click event…

6 years ago

How to Remove On-Page Errors in PHP

On-page errors, warnings, and notices are default in PHP for convenient debugging. However, while deploying on production, it is not…

6 years ago

How to Set Selected Value of Dropdown in JavaScript

In this article, we are going to learn how to set selected value of dropdown in JavaScript for dynamic dropdown…

6 years ago

How to Add New Table Fields in Laravel

In laravel has models control data tables and migrations to create and manage models. As we use migrations to create…

6 years ago