• Hello,

    I have wordpress website and I would like to make some database of music bands (something like imdb – for movies) I want there basic information about band, albums, members etc, but I have no idea how to do this. Can anybody give me some advice how to do it? I have no clue how can I make it…

    Thank you in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’d start off looking at custom post types for each different “object”. As ahint, an object would be things like “band”, “song”, “artist”, etc. From there you will have to figure out how to link each of these together. Most times I’d use either a custom database column if I need a many-to-many relationship (like bands and members) or set up post_parent for a one-to-one relationship (like song to band).

    Thread Starter majokan

    (@majokan)

    Hello Michael,

    Thanks for your reply. But frankly speaking, I have no clue what do you mean 🙂 Can you describe it more clearly? In detail?

    Thank you

    this article in the WP codes is a good place to start.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Music band database’ is closed to new replies.