How to Get URL Parameters Using JavaScript

Sometimes we have to get URL parameters using JavaScript. It is easy to get URL query string parameters using JavaScript. JavaScript Get URL Parameter We can get values of URL parameters using the searchParams object in JavaScript. Here we are going to learn some main methods to get various parameters from the URL. Get Single […]

How to Submit Form Without Submit Button

There are several ways to submit a form. Generally, we are used to submit a form using a submit button. However, sometimes we have to submit a form using a specific event or by clicking an HTML element. There are several ways to submit a form using JavaScript. Even more, we can also submit a […]

How to Remove “Category:” From Category Archive Pages in WordPress

WordPress provides all the basic functionality for blogging and rapid website development. The majority of bloggers use WordPress for their blogs and affiliate websites because WordPress is SEO friendly. Also, WordPress has archives feature, which is quite helpful for bloggers to generate categories and author archives. By default, category archives title published with prefix “Category: […]

How to Add a New Custom Link in WordPress Sidebar

WordPress is quite famous for its flexibility and advancements. Even more, WordPress provides a friendly and powerful admin panel to manage the content on the website. Besides, WordPress supports further customization of the admin panel. WordPress admin panel has two main parts, the first one is a sidebar and the second one is the main […]

How to WordPress Login User Programmatically in Custom PHP Script

WordPress is the most popular CMS due to the open-source community and regular updates. Even more, WordPress provides more flexibility than any other blogging platform. There are many free and paid WordPress themes available for blogging and websites. Besides, developers love to use these elegant and exotic themes. But custom scripts may not be compatible […]