vote up 1 vote down star
1

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.

flag

2 Answers

vote up 4 vote down check

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

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

link|flag
vote up 2 vote down

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

link|flag
Excellent! Thanks very much! – Abizern Jul 29 at 15:33

Your Answer

Get an OpenID
or

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