• Folks,

    An acquaintance recently introduced me to WordPress, recommending it as the platform I should employ for a website I have in mind to build.

    I’m inclined to agree with him. I have been studying the Codex for a couple of weeks now, and am impressed with WP. Funny how things change but really don’t as time goes by. It’s all a database app really. Add, Edit, Delete, Report. Right up my alley!

    Before I invest a whole lot of time attacking the learning curve I would like to know two things:

    A) WP or WP mu?

    The site I want to build would, if successful, involve thousands of accounts (some possibly by subscription) creating individual blogs. Those blogs would be rated by readers. High ratings and strong readership numbers would result in individual posts rising to the front page, which would essentially be an aggregation page.

    I know WP allows for multiple bloggers, but isn’t this really a job for WP mu?

    But if I read the dox right, MU creates SQL tables for each individual blogger. Wouldn’t this make aggregation a real pain, and slow it down considerably. I can’t imagine a query with thousands of joins.

    Am I worried about nothing, or should I plan to write my own version of multi-user tables?

    B) Finding individual’s blogs

    If I read the dox correctly, WP can “interpret” incoming HTTP requests to single out a particular author’s posts so you can tailor an index page to contain just that blogger’s posts. Am I right?

    So if I had a user named MrBlogger, a link that pointed to mrblogger.somedomain.com or somedomain.com/mrblogger would single out that user?

    TIA for any advice to a pre-newbie,

    Ed Tiley

Viewing 2 replies - 1 through 2 (of 2 total)
  • Bypassing your questions, a quick note to let you know that from version 3.0 on, you won’t have to choose between WP and WPMU:
    http://codex.ww.wp.xz.cn/Version_3.0

    But if you want different blogs, you’d have to get MU in the current situation. MU as of now, has its own forums now.

    What Gangleri said. So yeah, WPMU is the way to go and, as it works out of the box, one user can have more than one blog each unless you restrict creation of blog to one per user.
    – WPMU in http://example.com and set up with subdomain structure, user blog = http://user1.example.com
    – WPMU in http://example.com and set up with subdirectory structure, user blog = http://example.com/user1

    Plus you can use the Domain Mapping Plugin to point a domain name to the user1.example.com blog
    Plus you can install BuddyPress in main blog or sub-blog of the install.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WP or WP mu?’ is closed to new replies.