Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dummy blog entries for Wordpress theme development

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.

like image 707
Abizern Avatar asked Dec 06 '22 06:12

Abizern


1 Answers

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

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

like image 157
Moayad Mardini Avatar answered Dec 15 '22 10:12

Moayad Mardini