I've created a view that lists the three most recently created custom posts (called "resources"). Each resource has a taxonomy named "subject terms." I'd like to only list (in alphabetical order) the first, say, three terms for each resource. The default is to list all terms. Is there a way to do this in the Toolset interface, or do I need to write a custom PHP function? Could I create a nested view in the Toolset interface, for example?
In order to achieve this you will need to use a nested view setup and set the taxonomy view limit and offset option to 3, this means that your view will only list out the first 3 taxonomies it finds.
Then you can also sort the view by the taxonomy title in alphabetical order.
Thanks, Shane. This makes sense. One follow-up question: in the nested view, how do I specify that the taxonomy terms are "related" to the post in the parent view?
My query filter dialog looks *very* different. See query-filter.png. Did you select the "Taxonomy" option from the Content Selection field? See content-selection.png.