Im building a new video education/tutorial site that has courses containing groups of posts with separated segments of video all pertaining to the same topic. Just like lynda.com basically.
What would be the best way to organize the course material in wordpress? custom-post-type but how to do the taxonomy?
So far I'm considering two possible solutions:
just make each segment of the series a child of the primary and use the established tags to display.... or
Use a custom taxonomy term for each course group and assign all the individual posts to the corresponding term and use get_terms and the newer tags to build out?
Im not sure which way to go... Any suggestions?
Or a better way of doing it?