By jhutchins on
I want to be able to build a page that will list, in order, all of the posts that have a certain taxonomic term.
For instance, I've posted a series of columns that were published elsewhere. I want to be able to show all of the "Editor's Notes" columns in order of the date I set on each node.
Each of the columns comes from a certain issue of a journal. As I post other content from those issues, I want users to be able to see a page that lists all the nodes from a given issue. (Each node is tagged with the issue number as a term.)
Is there a way to do this automatically, or must I just build an HTML page with individual links?
Comments
Solution
Here I go answering my own question again.
I created a new block titled "Features", and put a link containing
http://mysite.org/?q=taxonomy/term/1
(Which I got from the term link in the title of one of the nodes.)