show posts that are in more than one category
-
Hi, the site i’m working on is a magazine site organized by issues. What i’m trying to do is create a table of contents for each issue.
I have thing setup so each post is in one or more of the following categories:
> EDUCATION
– People
– Books
> MUSIC
– Interviews
– Reviews
> FASHION
> PODCASTSI also have a category called “ISSUE” with sub-categories 001, 002, 003, etc.
I can’t figure out how to make an archive page that would display like this:
ISSUE 001 Table of Contents:
> EDUCATION
– show only posts that are in issue 001
> MUSIC
– show only posts that are in issue 001
> FASHION
– show only posts that are in issue 001
> PODCASTS
– show only posts that are in issue 001Has anybody had the same sort of problem before or know of a solution? I’ve tried using query_posts, but i could only manage to show posts that are in either cat ‘A’ or ‘B’, i couldn’t get it to show posts that are in both ‘A’ and ‘B’. Hopefully i worded this so it makes sense.
- The topic ‘show posts that are in more than one category’ is closed to new replies.