Hacker News new | ask | show | jobs
by alok-g 705 days ago
What's a good way to extract a static version? I currently use a plug-in that claims to create static pages, but the management is still on Wordpress. Is that good enough?

Would the static pages extracted support commenting?

Thanks.

1 comments

I‘m using WP2Static, a Wordpress plugin. But you can script up something yourself with wget/curl, too.

Comments won’t work. You need a backend and database for that.

WP2Static seems nice. Thanks!