W
W
wcraft2016-02-25 14:25:39
HTML
wcraft, 2016-02-25 14:25:39

How to turn a wordpress site into static pages?

There is a wordpress site that will no longer be updated. I want to convert this site to static pages.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
Y
Yuri, 2016-02-25
@riky

it is also possible to download the whole site via wget
for example
wget -r -l 0 -k http://example.org/

G
Gregory, 2016-02-25
@TMGLUK

teleport pro is such a program. Can be downloaded while maintaining the page structure. But then you need to work with the code, because. the program is designed to save the site locally.

D
Dimonchik, 2016-02-25
@dimonchik2013

there are static site generators that support importing WordPress
for example
https://www.staticgen.com/coleslaw

D
Dmitry, 2016-02-25
@dimasmagadan

like this
https://wordpress.org/plugins/static-html-output-p...

S
Super User, 2016-02-25
@sergeystepanov1988

CTRL + U. Copy the code and save it to the html file. Now we write the config for the web server so that requests like /blog/my-article are redirected to /blog/my-article.html

M
maxyudin, 2016-03-03
@maxyudin

HTTrack - Offline Browser . Preserves the directory hierarchy, allows you to update the changed content. Free, GPL.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question