Wp theme activate (WP-CLI)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen

Use wp theme activate to activate or change theme.

e.g.:

$ wp theme activate storefront
Success: Switched to 'Storefront' theme.
$ wp help theme activate

NAME

  wp theme activate

DESCRIPTION

  Activates a theme.

SYNOPSIS

  wp theme activate <theme>

OPTIONS

  <theme>
    The theme to activate.

EXAMPLES

    $ wp theme activate twentysixteen
    Success: Switched to 'Twenty Sixteen' theme.