Quote:
Originally Posted by jamezon
what do you use for wp to static conversion ?? everytime i tried one of the usual plugins it totally failed due to complexity of the site.
|
I think the name is wp-static.
It might take a bit of tinkering to set it up the first time. You’ll need to work on excluding unecessary files and including files the plugin might miss.
Also, some functions like, for example, the search bar will need to be changed to either use ajax or ping your php server to get results. So its up to you to decide if you want to keep certain functionalities dynamic or not.