treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Basketball League Wordpress Site

  • Hi all,

    I'm new to Wordpress, and I've just created a couple sites using my custom themes. I like it, and I'm going to use it again for my next client.

    It's a basketball league. A requested feature is that they have team pages with schedules. What's the easiest way to have a user login and update a schedule, roster, etc. I could create a page for each team, but is that the best way to do it? Would it be hard for an average joe to update tables and add people to rosters in Wordpress?

    Can Wordpress handle a league site with a bunch of teams like this? Does anyone know of any plugins that would be useful?

    Thanks!

  • Would it be hard for an average joe to update tables and add people to rosters in Wordpress?

    I'd use Advanced Custom Fields for this..I've done it in the past where I have a complicated bit of coding, I'll create a custom post type, create a new template, and use Advanced Custom Fields to make the back end experience super easy for the client, and output the fields on the custom template.

  • Thanks! I'll look into that!