wearemd / wordpress-starter

📦 A starter template for WordPress websites
GNU General Public License v3.0
41 stars 11 forks source link

Setup: Download WP without default themes and plugins #87

Open mmaayylliiss opened 4 years ago

Awea commented 4 years ago

The option --skip-content doesn't skip only the themes and plugins (as it's written in the WPCLI documentation). It skip everything in the wp-content/ directory. Which is a source of error when installing the starter in another language (#89).

This option cannot be used to download only the WordPress without default themes and plugins.

Another solution would be to manually (within the Makefile) remove the themes and plugins.

cc (https://github.com/wp-cli/core-command/issues/147)