Hello,
I have updated the various plugins to version 3.8 and went through all my theme overrides to make sure that everything was properly updated. Everything works fine with one exception. Previously I was able to correctly control the paging links in the list view by using the following code that is listed in the included Gist. Since it has changed to using a list URL, the paging works correctly going forward but not going backwards. I can do the following:
/list/page/2/
But where previously I could do:
/past/page/2/
There doesn’t appear to be an equivalent functionality in the new changes. How do I properly replicate this functionality as it created nice permalinks that I could link too and is vital for the list view to operate properly in my theme.
https://gist.github.com/anonymous/ebebe5cc55877c0352d2
Thanks for the help!
-Adam