Posted in WordPress

How To Change WordPress Logo On Login Page

WordPress provides its own logo on a login page. But in some cases, we need to change it and add a custom logo for branding…

Continue Reading...
Posted in WordPress

How to Remove Version from CSS and JS in WordPress

WordPress is the most popular content management system in the world. Its popularity also made it a top target of hackers. There are several recommended…

Continue Reading...
Posted in WordPress

How To Change WordPress Theme From The Database

Do you want to know how to change WordPress theme from the database? With a little knowledge about handling database GUI tools, you can easily…

Continue Reading...
Posted in WordPress

How To Disable File Editor in WordPress

WordPress provides a way to edit theme and plugin files from the dashboard. It’s a very handy feature. But sometimes it can be dangerous if…

Continue Reading...
Posted in jQuery

Multiple Checkbox Select/Deselect Using jQuery

While developing web applications, we usually need to perform CRUD operations. For the list view, we used to have a table with multiple rows. In…

Continue Reading...
Posted in WordPress

How To Redirect Old URL To New URL Without Plugin In WordPress

Have you changed your page or post name and slug for better SEO? Do You want to redirect the old URL to the new URL…

Continue Reading...
Disable Heartbeat
Posted in WordPress

How To Modify or Disable WordPress Heartbeat API

WordPress Heartbeat API is introduced in version 3.6. Using this API, your browser can communicate with the server. On the page load, the heartbeat API…

Continue Reading...
Posted in WordPress

Remove Contact Form 7 CSS and JS When Not Needed

Contact Form 7 is one of the most popular plugins in WordPress. At the time of writing this article, the plugin has 5+ million active…

Continue Reading...
Backup Database
Posted in PHP

How to Backup Your MySQL Database using PHP

Are you looking to take database backups in your PHP projects? It is always recommended to back up your database periodically. By doing so, your…

Continue Reading...
Posted in WordPress

How to Use jQuery Ajax in WordPress

Do you want to learn how to use Ajax in WordPress? Beginners always find difficulties in using Ajax with WordPress. In this article, we take…

Continue Reading...