Is there any way to check the WordPress version from the command-line? Checking version is an important measure for a CMS website owner. WordPress is one of the commonly using CMS (Content Management System) nowadays. From the WP dash board we…
Tag: WordPress
Managing comments on your WordPress site via PhpMyAdmin or SQL
Manage WordPress comments via MySQL commands. This is something interesting and time saving method. Yeah, it’s a bulk, one click option to remove unwanted comments from your WordPress websites. If you are using multiple WordPress websites, this should help you…
Visual editor missing after WordPress auto update – version 4.7.2
Oh no!! It’s really frustrating! After the WordPress update visual editor is missing on my WordPress installation. What to do now? I woke up this morning with the WordPress auto update email and I ignored it like always do 🙂 Just…
Backup and restore MySQL database table via commandline
Managing databases via Linux shell is not a big deal. And we all are familiar with MySQL databases backup and restoration via CLI (Command Line Interface) using mysqldump and mysql commands. This is explained here >> Managing MySQL database backup…
How to check the CMS version is up-to-date?
Why this post is important? Exactly! We all are concern about the security of our websites; this security measure is directly related with the software version installed for your website. Now-a-days almost all Blogs are developed by WordPress and many…