Forum Moderators: open
However I was told you can turn your Wordpress Blog to a static site. Can someone tell me how to do this.
Also does anyone think that Wordpress is best to use other than some other CMS.
Thanks guys
>> Wordpress is best to use other than some other CMS
It really depends on your personal preferences and what you are looking for in a CMS. Wordpress is certainly one of the better ones out there. If you'd like to take a peek at a few more take a look here: [opensourcecms.com...]
If that's the case, the easiest thing to do is create a "page" (using the specific WP meaning of that) and set it as the front page. Make that your doorway page. Then use WP categories for your navigation and use "pages" for you contact info, privacy policy and what not. The Wordpress Codex has a full run-down on creating a static front page [codex.wordpress.org]
To find specific themes, just search for things like "wordpress magazine themes".
Secured subdomain with HTTP authentication with your real WP install.
Cron job runs each hour or so, doing a recursive wget (wget -r) from the secured subdomain (supply username/password as [username:password@sub.domain.foo)...] and outputting the files directly to the http root of the published domain.
You will have to disable comments and other user-facing interactive features (e.g. search if you have it).
There is a plugin to have it generate static files or just use wp-super-cache which will make the files display directly from the cache files via htaccess with no php overhead.
[edited by: amznVibe at 3:10 am (utc) on July 21, 2008]