Skip to content

Instantly share code, notes, and snippets.

@tekapo
Created January 26, 2014 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tekapo/8627546 to your computer and use it in GitHub Desktop.
Save tekapo/8627546 to your computer and use it in GitHub Desktop.
Import the Japanese version test data of WordPress with WP-CLI
wget https://raw.github.com/jawordpressorg/theme-test-data-ja/master/wordpress-theme-test-date-ja.xml && wp plugin install wordpress-importer --activate && wp import wordpress-theme-test-date-ja.xml --authors=create && rm wordpress-theme-test-date-ja.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment