Sorting is not working in grid with query string sorting
Raj K.
Member
a year ago
arrow_drop_up
0
arrow_drop_down
Sorting by query string in url is not working if i use smart section grid. Is there a way to support sorting by url query string ? I am trying to implement sort dropdown in archive page and don't want to create new page for each sort order
- www.example.com/?orderby=date&order=asc
- www.example.com/?orderby=date&order=dsc
- www.example.com/?orderby=title&order=dsc
- www.example.com/?orderby=title&order=dsc
- www.example.com/?orderby=comment_count&order=asc
- www.example.com/?orderby=comment_count&order=dsc