user1619327
user1619327

Reputation: 13

How to implement a front end content filter using Orchard CMS? ie. a sort by Date/alpabetical drop down

Orchard provides filter options in the CMS where you can sort data by date, title etc on content.

While this is good I would like visiting users to be able to filter for themselves.

How can I implement a such a filter where users visiting the site will be able to sort content (ie Blog/news items) using a drop down box.

Many Thanks

Upvotes: 0

Views: 581

Answers (1)

Bertrand Le Roy
Bertrand Le Roy

Reputation: 17814

There are QueryString tokens that you can use to filter a projection. All you have to do is build the form that will drive this.

Upvotes: 1

Related Questions