管理主题
获取主题列表。
$ wp theme list
从 wordpress.org 安装最新版本并激活
$ wp theme install twentysixteen --activate
从本地 zip 文件安装
$ wp theme install ../my-theme.zip
从远程 zip 文件安装
$ wp theme install http://s3.amazonaws.com/bucketname/my-theme.zip?AWSAccessKeyId=123&Expires=456&Signature=abcdef
获取已安装主题的详细信息
$ wp theme get twentysixteen --fields=name,title,version
获取主题的状态
$ wp theme status twentysixteen