Closed (fixed)
Project:
Panels
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2007 at 01:20 UTC
Updated:
14 Jan 2008 at 11:49 UTC
Any way to implement feeds from categories? Putting a single node would mean to hook up continuous panels for newer nodes.
Comments
Comment #1
bitman commentedGet the views module and enable the taxonomy_term view. Add this view to your panel. Configure the view on the panel, setting the "view arguments" to taxonomy term ID you want to list.
You can create variations on the taxonomy_term view to further refine the list based on content type, etc.
Comment #2
catchMarking this as closed, bitman's answer was very sensible.