I am Trying to make a Episode Guide List like IMDB
-
So as it says in the title.. I am Trying to make a Episode Guide List like IMDB. Let’s say you go under a post named like “Game of Thrones” I want to under that post.. to post all episodes/titles from a sub cat that has the same cat as the post “game of thrones” except the episodes post are in a sub category.
Let’s say I go under the post “game of thrones” I want to get all sub categories listed.. such as the episode-posts, and the seasons-categories attached to those sub categories
This might be a long SELECT from INNERJOIN/LEFTJOIN query?
Hope you guys understand.
Example:
Post equal THE FLASH (title),
get/post all post from child category of the post episodes(category) AND the child category seasonsMy example might be garbage.. But I want to show below the post/serie GAME OF THRONES:
Season 1 : Episode 1
Season 1 : Episode 2
Season 1 : Episode 3and
Season 2 : Episode 1
Season 2 : Episode 2
Season 2 : Episode 3All categories are categorized as:
Series
– Game of Thrones
— Episodes
– Seasons
— Season 1
— Season 2So every MAIN post got the category “game of thrones”, every episode got “game of thrones, episode and seasons”
Any help appreciated
- The topic ‘I am Trying to make a Episode Guide List like IMDB’ is closed to new replies.