Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Easily install common themes #167

Open
simison opened this issue Feb 7, 2019 · 1 comment
Open

Easily install common themes #167

simison opened this issue Feb 7, 2019 · 1 comment

Comments

@simison
Copy link
Member

simison commented Feb 7, 2019

Especially when mass testing themes (https://github.com/simison/back-to-the-theme/), it would be neat to be able to install a whole lot of popular themes in one click. Boom!

Here's a nice list:

wp theme install \
	astra \
	colormag \
	customizr \
	generatepress \
	hestia \
	hueman \
	oceanwp \
	shapely \
	storefront \
	sydney \
	twentyeleven \
	twentyfifteen \
	twentyfourteen \
	twentynineteen \
	twentyseventeen \
	twentysixteen \
	twentyten \
	twentythirteen \
	twentytwelve \
	vantage

https://developer.wordpress.org/cli/commands/theme/install/

@nielslange
Copy link
Member

I briefly looked into this and I think a quick fix would be to enhance the following section:

$allowlist = array(
'tt1-blocks' => 'FSE: 2021 but with Blocks',
);

While this does not install all themes with one click, it allows that desired themes can be selected.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants