I'm working with the very nice Twigfeeds plugin and wondered if anyone else had ever done any work to group feeds by some kind of label, using this plugin. I'd like to be able to group feeds into 'News', 'Blogs', 'People' or 'Organisations' or other categorisation, and then sort them into being displayed in a template according to their label/category. Maybe this could be done either by adding another field to the form in the plugin for a label or category, or maybe having some method of doing this in a template by assigning a category there. (NB Im not looking to store any of the feed results.)
I'm already using a simple if/else to display Bluesky and Mastodon feeds with a slightly different template to 'normal' blog feeds, due to them not having an item title, so maybe this method of sorting could be extended further for categorisation.
Any ideas welcome on this.