Created
March 2, 2019 21:45
-
-
Save ranchodeluxemedia/a7167cde8b46d2f9402f1f6644ea2bf6 to your computer and use it in GitHub Desktop.
WP CLI create pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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