I’m currently running a 365 photos project and it’s based on a WordPress platform. Currently this is very helpful because I can upload the photos easily and manage comments and stuff.
Because we are reaching the end of the year, I would like to “freeze” the blog. I mean, remove all the WordPress engine code and leave all the pages as statics HTML. This will allow me not to have to get updates for WordPress, or worry about security.
Is there any way to “freeze” a WordPress blog? Do I have to download the entire site with, say, HTTrack and re-upload it or is there a fancier way to do this?
BTW, I have no interest of keeping the comments on or any interactivity that the blog has. I just want a static website.
Take a look at this WordPress plugin WP Static HTML output
The best way to do that would be to completely delete the wp-admin folder. The site will still function as it does now, but won’t be accessible through the web. This would also allow you to simply upload the wp-admin folder if you ever wanted to make some changes.