I'm workin on a website that's goin to have two horoscope sections:
- The normal zodiac - Updated weekly
- The chinese horoscope - Updated yearly
The Normal Zodiac
This section will have pages for each sign of the zodiac with informations like current week forecast, color, gem, best month day and etc.
The Chinese Horoscope
This section will have pages for each sign of the zodiac with informations that will be updated once a year and will have informations like color, gem and etc. as well
The question
Should I create a custom post-type for each type of zodiac and create single posts for every sign or maybe I can fit all this information inside a good Pages structure?
And what about some custom taxonomies to hold the color, gem, and extra info of each sign? I don't think it's a good idea because there's no search form, filter or something like that to use these informations as taxonomies.
What do you guys think it's a good way to store this data without abusing of the system and - yet - keeping it easly maintanble for the site owner?
