Anyone ever tried this?
-
I’m trying to make a magazine style website for a publication that I am involved with and I’m using WordPress to do it. One such thing I am trying to do is to show pages/lists of links of each related article to that issue.
What I’ve done so far is created two main categories: one for year and one for which issue it is. I’ve also got other categories for the types of articles such as features, columns, reviews, etc.
What I’d like to do is display a list of articles in their own category within the issue category. For a visual example, see this:
Issue 12:
– Features:
* Article
* Article
* Article– Columns:
* Article
* Article
* Article– Reviews:
* Article
* Article
* ArticleMy understanding of doing it at the moment would be to make the categories such as “Features”, “Columns” and “Reviews” as children of the “Issue 12” category. Unfortunately, this means I need to duplicate the “Features”, “Columns” and “Reviews” categories for each issue which in turn will be a lengthy process.
I have basic knowledge of PHP and MySQL and how the WordPress database is structured is above my skill level in trying to retrieve categories and posts which are related (not a parent) of another category.
I’m interested if any other persons have wanted to do a similar thing to viewing posts withing a category which are also related to another category or two (I guess you could consider it “filtering”). So far I haven’t been able to find a plugin that does such a thing. It may be that I can’t do this and will just have to figure out another method of display issue archives and navigation. Any help is greatly appreciated!
The topic ‘Anyone ever tried this?’ is closed to new replies.