Hey folks, I'm working on setting up a new WordPress site and need some general guidance on the architecture. I'm very familiar with Apache and coding in PHP but just want to make the most workable site.
The basic idea is that numerous users will have their own blogs, but there will also be a showcase page where once a month or so, a site admin will pick and choose certain posts to appear on a front page. Ideally that page would have its own, separate domain name, and *really* ideal would be the ability to rearrange the order of those posts arbitrarily.
The approach I'm thinking of is to use Categories to accomplish this, where posts that have a certain category appear on the front page. The site admin will then add that category to posts. Is there a way to have a "sub-site" that shows only that category? Maybe create a Page with an RSS feed of that category?
If I create a second domain, and use an .htaccess rewrite rule so that domain pointed at just that page, will WordPress respond OK to that?
Any ideas for how I could accomplish the arbitrary re-ordering? Does WordPress support the idea of custom fields, or would I need to create a plugin for this? I'm thinking I could have some type of "Priority" field which then dictates the order of the RSS feed, with posts of the same priority then sorted by date.
This is for a corporate website, and the only users will be employees, so permissions isn't a huge issue (meaning I don't have to worry about users messing with their Categories if we just tell 'em not to!)
Many thanks...