Author: Sajid
How To Remove Columns From Post or Page Screen In WordPress
WordPress comes with a few default columns like Title, Date, etc. on a Post or Page screen on the dashboard. When we install plugins, some…
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…
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…
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…
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…
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…
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…
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…
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…
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…