Looking for WP 3.0 sample posts data
I'm looking for quality sample posts data for WP 3.0 and up (fo开发者_JAVA技巧r theme development). Any suggestion ?
http://codex.wordpress.org/Theme_Unit_Test
This has more than the lipsum text; it should have everything you need to see if you've styled the theme entirely and appropriately.
Couldn't you use some Lipsum text? They'll let you generate just about as much as you want.
This question old, but worth to mention that there are plenty of WP plugins for testing with sample post lorem ipsum data. Including images and post formats:
My choice:
WP Example Content
Pros:
- It adds six types of posts:
- Multiple Paragraph Posts
- Image Post
- UL and OL Post
- Blockquote Post
- Post with links
- Post with Header tags H1 through H5
- Allows you to remove all the added content with one click
- Formats posts with different styles
Cons:
- Doesn't add tags
- Doesn't add comments
- Doesn't add categories
- Doesn't add pages
Other plugins:
http://wordpress.org/plugins/tags/lorem-ipsum
精彩评论