? about converting php to html

I want to convert the front page of my wordpress blog and the first layer pages to html. This is easy to do, but my problem is that I don’t know how to then put those pages on my web host and have the original url’s to the original wordpress pages point to the new html pages.

I want to do this temporarily for a week or so max.

Does anyone have experience with how to do this?

  1. It appears you can convert php to html :slight_smile:

  2. Now rename main/home page (index.php or defualt.php) to old.php and new html page to index.html or default.html

  3. Use ws_ftp (LE version) - this is free and available on internet for free download - to upload your pages in the directory (mostly public_html) assigned by your host.

Good luck

You could just enable WPSuperCache which will essentially make every page of your WordPress site static unless a change happens to the page (such as a comment, or you edit a post).

This is the easiest way to go about doing what you’re wanting to do.

I’m looking at WP Super Cache, and this seems to be the thing I need! Thanks very much for the heads up. Should save me oodles of trouble :slight_smile:

Thanks for your help. I’m going to go with the WP Super Cache, as described below. Cheers.

Glad I could help :slight_smile: