Installer un ou plusieurs thèmes.

BASH
                    # wp theme install {theme} 
wp theme install twentysixteen

# Installer & activer
# wp theme install {theme} --activate
wp theme install twentysixteen --activate

# Installer depuis un fichier zip
# wp theme install {theme}
wp theme install ../your-theme.zip

# Installer depuis une url
# wp theme install {url}
wp theme install https://website.com/your-theme.zip