hi, i have a wordpress blog with 3,000+ posts on it, my server is having problems handling it, what i want to do is convert every post to static html files. for example i want "Hello World" post to be hello-wolrd.html and saved somewhere where i can link to it easily. please let me know if you know of any sort of software or plugin that will do this for me. thanks edit: i allready treid wp-cache and super cache, but still no luck, those plugins just seem to not work at all
for .html, just add .html to the permalink like %postname%.html, as for saving it somewhere, maybe cron job, but don't know, never tried it, how about just subscribing via email feed, so every post will be sent to your inbox
you think putting .html after my post links will automatically convert them to html? the only reason im doing this is to not use PHP code and im having trouble with too many MySQL conections
thanks for replying guys, i've already started converting the files to html one by one. but thanks for trying