Just Another WordPress Site
  • DashTodo – A Todo plugin to stay consistent

    Simple todo plugin for busy admins.

  • Malware Cleanup with WP CLI

    A WordPress site can become compromised for various reasons, including but not limited to: outdated plugins, themes, or the core. Additionally, being on a shared hosting platform can increase the risk of infection from other websites. WordPress CLI comes in handy while cleaning up a site. To begin, it is important to confirm that the…

  • Replace WordPress core with WP CLI

    One of the main reasons we often have to replace the WordPress core files is if the site becomes compromised and the malware modifies the core files, causing the dashboard to become inaccessible. In these cases, replacing the core can restore access and help secure the site.

  • WP CLI – Overview

    WP CLI allows managing WordPress admin actions through the command line. Most of the actions we take from the admin area, especially tricky things, can be handled quickly via WP CLI.