Any way to implement feeds from categories? Putting a single node would mean to hook up continuous panels for newer nodes.

Comments

bitman’s picture

Get 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.

catch’s picture

Category: feature » support
Status: Active » Closed (fixed)

Marking this as closed, bitman's answer was very sensible.