Created
April 21, 2020 06:05
-
-
Save wptraining/3f6f2e0537317d38100e307a2f2e74ee to your computer and use it in GitHub Desktop.
Things you can do with wp-cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install Tortuga from WordPress.org (https://wordpress.org/themes/tortuga/) | |
| wp theme install tortuga | |
| # Install a Theme Store Locally | |
| wp theme install ../tortuga.zip | |
| # Install a Theme Stored Remotely | |
| wp theme install https://github.com/jpen365/five-hacks-for-twenty-seventeen/archive/1.0.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment