views:

378

answers:

2

I'm developing a custom wordpress blog theme.

Does anyone know if there is a dummy database of entries that I can use for development?

At the moment I'm using live data from my own blog, which is okay, but I've seen themes on the wordpress database that have the same entries using all the different things that appear, forms, styled text, different types of bullets and tables, etc. As far as I could see, that data isn't released.

I know I could just create my own entries to exercise all these cases, but I'm lazy and impatient.

+5  A: 

Download a sample content file from here : Easier Theme Development with Sample WordPress Content.

Then import it to your blog (Tools - Import - WordPress).

Moayad Mardini
+3  A: 

Wordpress also has a theme development checklist which includes sample content: http://codex.wordpress.org/Theme_Development_Checklist

Excellent! Thanks very much!
Abizern