I am creating a static website for a private school (http://theagnonschool.org)
In addition to approx. 25 pp. of static content, the site will have about 15 individual blogs.
Each blog is password protected so that it can be posted to only by the teacher and can be read only by the parents of students in that class.
My question is what is the best way to do this? I'm currently using a combination of cat2page and Redirection, but I'm sure there is a simpler, more elegant (and easier-to-administrate) way to set this up.
Here's what I've been doing:
I split the navigation of the site into 2 parts:
- the page bar navigates the way through the static pages (most of which are designed for prospective parents)
- the category bar (designed for the convenience of current parents) navigates the way through the class blogs & a couple static pages
Initially, the current parent's menu -- the default Atahualpa category menu -- was supposed to be linked only to categories. Then, to accommodate teachers' request to add static content as well, I started using page2cat to situate the class blogs on their own pages. Then I used the Redirection plug in to redirect links on the current parents' (category) bar to the blog pages.
But the whole thing is really becoming too convoluted for me to keep track off, and I feel sure WP has a simpler more elegant solution that I just can't quite figure out.
I've thought of getting rid of cat2page and redirection and using sticky posts for static content on parents' blogs. I've thought of setting up the blogs on subdomains. I've thought of switching to WPMU -- although that seems like overkill, because the school administration doesn't want teachers to have the ability to change themes or colors or add widgets etc.
If you've made it this far, bless you. And if you have any solutions or thoughts about what I could pursue in search of a solution, I'll be much obliged to you.
Thanks,
Lila