By zchandler on
I would find it extremely useful if a list of all nodes filtered by taxonomy term (e.g. ?q=taxonomy/term/2) resulted in a teaser- or title-only list instead of full nodes. Am I missing something obvious? Teaser display seemed to be the default in 4.7, now I get full nodes in 5.2 (with freetagging). Hrmm.
Comments
Install Views. Override your
Install Views.
Override your taxonomy/term view.
Make sure you give it a page layout, and change the type to teasers or whatever you like. Nice name btw :)
Views + Tax = Goodness
Thanks Chad, you were right on the money. I wasn't using Views in previous versions of Drupal hence my confusion. While I was in there I discovered the Node: Feed Selector argument, which I will now add to my other Views.
Appreciate the extremely speedy help.
-Zach
"candlemakers of the world, unite!"
(no title)
Teasers are still the default in 5.2.
Except if you have set "Length of trimmed posts" to "Unlimited" in /admin/content/node-settings (the default is 600 characters)
Or, except if you are ending your posts with a
<!--break-->tag.Or, except if your theme's node.tpl.php is modified to display full posts.