管理主題

獲取主題列表。

$ 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