Updating WordPress can easily be done from the WordPress dashboard, and you can even configure automatic updates. Sometimes, though, you may need to manually update…
Category: Wordpress
Knowledgebase articles about WordPress, including WordPress Toolkit and WP-CLI.
How to install and configure WP-CLI
WP-CLI is a great framework for anyone who uses WordPress and is familiar with the Linux command line. As the name suggests, WP-CLI gives you…
Installing WordPress using WP-CLI
In the previous article about WP-CLI we installed and configured the utility. We will now start using WP-CLI in earnest by installing WordPress.
Managing WordPress options via WP-CLI
In the last two articles we looked at installing and configuring WP-CLI and using WP-CLI to install WordPress. This article looks at managing WordPress settings.
Managing plugins and themes via WP-CLI
The plugin and theme subcommands let you manage plugins and themes, respectively. Among others, you can install, (de)activate, delete and update individual plugins and themes.