I tried using http://wordpress.org/extend/plugins/wp-dummy-content/

but when I try using it, I get something like

An error occurred: Field 'to_ping' doesn't have a default valueAn error occurred: Field 'to_ping' doesn't have a default valueAn error occurred: Field 'to_ping' doesn't have a default valueAn error occurred: Field 'to_ping' doesn't have a default valueAn error occurred: Field 'to_ping' doesn't have a default value

Is it the plugin or is it my WordPress (which is new? 3.0.5 just downloaded)

Perhaps there are other Dummy content available

link|improve this question

1  
Might wish to try the theme unit tests: codex.wordpress.org/Theme_Unit_Test .. for creating test/dummy content. – t31os Feb 13 '11 at 9:42
@t31os, this should be an answer :) – Jiew Meng Feb 13 '11 at 9:55
Added as an answer.. :) – t31os Feb 13 '11 at 10:01
possible duplicate of WP Northwind for Theme Development? – Rarst Feb 13 '11 at 10:43
feedback

2 Answers

up vote 1 down vote accepted

Might wish to try the theme unit tests for creating test/dummy content.

Just note, some of the images in the unit test may have incorrect URLs, they were for me(but should be relatively easy to correct - i can give you the URLs if you need them, i've fixed them in my installation - i just can't remember specifically which ones right now).

link|improve this answer
feedback

I've always used Demo Data Creator plugin. It's a plugin that allows a WordPress developer to create demo users, blogs, posts, comments, categories and all done from a very easy admin panel.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.