Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

We're looking to use a plugin or custom setup for authors to create pages or posts and publish them as single HTML files. The file could be saved on the server in a specific directory or have a download button from within the editor.

So far we have found 2 plugins that almost achieve this function:

WP Static Output

Really Static

Both work fairly similar but need admin access to generate. They also create the files in the following fashion:

dir-on-server/page-title/index.html

where I would need

dir-on-server/page-title/page-title.html

Any thoughts on this? Has anyone done something similar? Thanks in advance.

share|improve this question
Plugin recommendation is off-topic now. Maybe a combination of wp_remote_get and file_put_contents can do the job. – brasofilo Oct 31 '12 at 14:57

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.