Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Last active February 22, 2023 14:08
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 thetwopct/1f49a87ef6660c1cbda8a2c8c41257cf to your computer and use it in GitHub Desktop.
Save thetwopct/1f49a87ef6660c1cbda8a2c8c41257cf to your computer and use it in GitHub Desktop.
Import Theme Unit Test Data in to WordPress
#!/usr/bin/env bash
set -e
# Activate WP Importer plugin.
wp plugin install wordpress-importer --activate
# Don't know why, but failed importing directly.
wget https://raw.githubusercontent.com/WPTRT/theme-unit-test/master/themeunittestdata.wordpress.xml
# Import
wp import themeunittestdata.wordpress.xml --authors=create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment