Changeset 3067447
- Timestamp:
- 04/09/2024 09:32:51 AM (2 years ago)
- Location:
- test-content-generator
- Files:
-
- 2 edited
-
tags/0.4.2/readme.md (modified) (1 diff)
-
trunk/readme.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test-content-generator/tags/0.4.2/readme.md
r3067434 r3067447 44 44 Using the plugin defaults, you can populate a test site with just the following commands: 45 45 46 1. `wp plugin install test-content-generator --activate` \46 1. `wp plugin install test-content-generator --activate` 47 47 Download and activate the plugin. 48 2. `wp test users --amount=20` \48 2. `wp test users --amount=20` 49 49 Add 20 random Editor/Author/Contributor/Subscribers users who have registered within the last 60 days. 50 3. `wp test taxonomies --amount=50` \50 3. `wp test taxonomies --amount=50` 51 51 Add 50 taxonomy terms split between Categories and Post Tags. 52 4. `wp test images --amount=10` \52 4. `wp test images --amount=10` 53 53 Add 10 images of size 800x400 uploaded by any Editor/Author. 54 5. `wp test posts --amount=40` \54 5. `wp test posts --amount=40` 55 55 Add 40 Posts written within the last 60 days by any Editor/Author/Contributor, with a Featured Image and both categorised and tagged. 56 6. `wp test comments --amount=100` \56 6. `wp test comments --amount=100` 57 57 Add 100 comments to your Posts written within the last 60 days by any of the registered users. 58 58 59 59 60 60 See `wp help test` for more details. -
test-content-generator/trunk/readme.md
r3067434 r3067447 44 44 Using the plugin defaults, you can populate a test site with just the following commands: 45 45 46 1. `wp plugin install test-content-generator --activate` \46 1. `wp plugin install test-content-generator --activate` 47 47 Download and activate the plugin. 48 2. `wp test users --amount=20` \48 2. `wp test users --amount=20` 49 49 Add 20 random Editor/Author/Contributor/Subscribers users who have registered within the last 60 days. 50 3. `wp test taxonomies --amount=50` \50 3. `wp test taxonomies --amount=50` 51 51 Add 50 taxonomy terms split between Categories and Post Tags. 52 4. `wp test images --amount=10` \52 4. `wp test images --amount=10` 53 53 Add 10 images of size 800x400 uploaded by any Editor/Author. 54 5. `wp test posts --amount=40` \54 5. `wp test posts --amount=40` 55 55 Add 40 Posts written within the last 60 days by any Editor/Author/Contributor, with a Featured Image and both categorised and tagged. 56 6. `wp test comments --amount=100` \56 6. `wp test comments --amount=100` 57 57 Add 100 comments to your Posts written within the last 60 days by any of the registered users. 58 58 59 59 60 60 See `wp help test` for more details.
Note: See TracChangeset
for help on using the changeset viewer.