Skip to content

Instantly share code, notes, and snippets.

@polevaultweb
Last active August 29, 2015 14:23
Show Gist options
  • Save polevaultweb/9f2cdd1fecd4e5582547 to your computer and use it in GitHub Desktop.
Save polevaultweb/9f2cdd1fecd4e5582547 to your computer and use it in GitHub Desktop.
Create bulk amount of blogs in a WordPress Multisite
#!/usr/bin/env bash
cd /Applications/MAMP/htdocs/dbtestingmssd/
for i in {1..150}
do
wp site create --slug="test$i"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment