Static pages, plus blog – how best to achieve?
-
I’ve spent the last few weeks overhauling a church website, which, apart from “what’s on this week” is largely static – content updates between 1 and 3 months. The site is based off one templated .php file, styled with CSS, and brings content in using PHP strings. There are 6 tabs (home, events, people, about, resources, contact), with up to 4 levels of content depth under each.
I’ve been asked to add a 7th tab – effectively a community blog for registered users in the run-up to Easter.
I can get my head around a mod_rewrite rule to direct requests for https://www.churchsite.org to/htdocs/churchtemplate.php
, and requests for https://www.churchsite.org/blog/ to/htdocs/wordpress/index.php
However, an ongoing project is for the various groups in the church to be responsible for their own web content, but, other than Word’s “Save as HTML” option, most are unfamiliar with even basic HTML, but would find posting and editing “their” page within WordPress a much gentler learning curve. So, effectively, I’d like to be able to serve some static content (with comments etc. turned off / not-displayed), plus a dynamic blog, all through the WordPress engine. Is there some other tool I should be using instead? I’ve spent a couple of weeks looking at various CMS’s, many of which are very powerful (plone, drupal etc.), but seem rather large for what I’m trying to achieve. In the last two weeks, I’ve been most impressed with WordPress, particularly as it’s standards-based.
How would I best go about setting up these 20 or so infrequently-changing pages under WordPress? Set up 6 categories, and set each post as a single entry per page? Have a modified index.php for the 6 “static” categories, and the default index.php for the blog?
I’d be really grateful for any ideas.
Many thanks,
Nick
- The topic ‘Static pages, plus blog – how best to achieve?’ is closed to new replies.