When I was developing blog themes, I found it useful to have a plugin generate a set of predefined categories and subcategories, and create random posts in them. It got tiresome making these by hand over and over, so I wrote a plugin that will do it. It will let you specify a post category hierarchy and other settings. These settings can be exported and applied on other blogs as well.
0.4
Fixed bug with post slugs not being generated
0.2
Followed nourmaan's suggestions for more realistic posts. Added:
- Different block types (paragraph, list, image, blockquote)
- Shorter titles (distributed between 4~6 words)
- New source text
- Markup inside paragraphs to test styles (BOLD, italic, CODE, del, ins, etc..)
0.1
Initial Release