I have a blog page and I just copy /paste the blog feed on the page so I have 2 blog feeds on my page.
Now what I would like to have is being able to show (filter) only one category for each feed, so let’s say:
Blog feed 1: all articles in the News category
Blog feed 2: All articles in the Blog Category
Is it possible to have a filter for each blog feed?
Is it possible to just have one dynamic page, and based on a category a user selects from the dropdown list, the the records on the page are filtered by the selected category?
Ideally, I would like to do the above with graphics instead of a dropdown list. The graphics would be from a database and be bound to repeater. When a user clicks a category image I would like the records on the page to be filtered by the category image they have clicked. Any idea how this could be achieved.