Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ranchodeluxemedia/a7167cde8b46d2f9402f1f6644ea2bf6 to your computer and use it in GitHub Desktop.

Select an option

Save ranchodeluxemedia/a7167cde8b46d2f9402f1f6644ea2bf6 to your computer and use it in GitHub Desktop.
WP CLI create pages
wp post create --post_type=page --post_status=publish --post_title='Contact' && wp post create --post_type=page --post_status=publish --post_title='Home' && wp post create --post_type=page --post_status=publish --post_title='Another Page'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment