I'm working with an RSS feed. I would like to hide a feed item based on a field in the feed. Example: If the Title of the Channel (source of the feed) equals BlogXYZ, then don't return that item.
I understand how to evaluation a individual field value and hide that. But is there a way I can evaluate it at the item level.
What script would I place in the JS at the point where I map item rss item to my container?