I am trying to: Create a table that groups fields by taxonomy.
I visited this URL: https://toolset.com/documentation/user-guides/filtering-views-by-taxonomy/
I've created a View with a Query that picks a start and end date (Release date) and is sorted by Post Title.
I've created a Content Template that lists the Taxonomy in the first column and the Type Field in the second column. (See attached screenshot)
What I want to do (and I'm sure it's something simple, but I can't articulate it in the forum searches to find the right answer), is to have it list the Taxonomy in the first column, then all of the Type Fields associated with that Taxonomy in the second column, separated by commas. It should read:
Independent Aaron's World, Aftermath, All Nighter ... and so forth
How do I accomplish this?
Dear harry,
I assume you are going to display the results as below:
Term 1 | post A, post B
Term 2 | post C, post D
...
I suggest you setup it as a nested view:
1) Parent view list terms of custom taxonomy
and display the result in two column:
Term's name + below child view
2) Child view list posts which is assigned with term of parent view
and display the custom post fields
See our document:
Views Inside Views – Display Nested Multidimensional Lists
https://toolset.com/documentation/user-guides/using-a-child-view-in-a-taxonomy-view-layout/
It took a bit of figuring - but I got it. Thanks for your help. You did set me on the right path, along with the Magazine example.
This thread also helped: https://toolset.com/forums/topic/separator-in-views-loop-child-posts/
I just took out the references to the unordered list.