Description
When you create WordPress plugins and themes it is often a good thing to test them on blogs with much data. Since 3.0 I use custom post types and custom taxonomies a lot and couldn’t find a plugin that autogenerates them. Hence I wrote a new plugin.
Features:
- Automatically create posts, pages, and any custom post types
- Automatically create comments for those
- Automatically add terms from post tags, categories, or any other custom taxonomy to the created posts
Things the plugin can’t do (yet?):
- Create attachments
- Add images or other content to new posts
- Create post metadata like custom fields
- Create comments in chronological order
Missing features:
- Comments aren’t generated chronlogically
- No attachments (yet)
- No way to autogenerate post metadata
Other recommended things:
Other plugins I wrote
Installation
- Unzip
- Upload to your plugins directory
- Enable the plugin
- Go to Tools->Better Lorem Ipsum
FAQ
None yet.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Better Lorem Ipsum Generator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Better Lorem Ipsum Generator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.9.3.7 ( 1020-10-24 )
- Fix logging errors
0.9.3.5 ( 1020-10-14 )
- Remove trailing dots in categories, titles, etc.
0.9.3.3 ( 1020-10-11 )
- CVS repository handling…
0.9.3.1 ( 1020-10-09 )
- Misc doc fixes
0.9.3 ( 1020-10-09 )
- First public release
0.9.2.1 ( 1020-10-07 )
- Added the readme