I want to export a wordpress site with themes and images to html format like we can do in blogspot. Is there a plugin or a tool for the same.

link|improve this question
feedback

4 Answers

up vote 4 down vote accepted

Probably http://www.HTTrack.com/ is the right tool for you: It is an easy-to-use offline browser utility and allows you to download websites "to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer".

link|improve this answer
feedback

The WP Static HTML Output plugin will do this.

link|improve this answer
Would the downvoter care to explain? As far as I can tell, this is precisely what was asked for. – Su' Jul 20 '11 at 19:59
feedback

Just use a website scraper to do this.

link|improve this answer
feedback

I'd use wget. It has a lot of flexibility, but is all done with one easy command. If you're on windows you'll probably have to install it first.

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.