Bug with sorting by "recently added", also pagination bug
-
I am using a custom filter to only display available listings (custom field). If i sort by recently added, it displays nothing whatsoever. It displays “?order=listing_id” in the URL for php $_GET, however it does not seem to retrieve any listings. Sorting by price works as intended.
For paginaton, each time you click a page number, it simply adds &ps=0&pe=10 to the url over and over. If you click it 10 times, the URL will look like:
&ps=0&pe=10&ps=0&pe=10&ps=0&pe=10&ps=0&pe=10&ps=0&pe=10&ps=0&pe=10&ps=0&pe=10&ps=0&pe=10&ps=0&pe=10&ps=0&pe=10
However the page never actually changes.
You all have a great plugin here, I’m a developer and I’ve been working with it for a week or so. It works very well, and i’m interested to see the pro features you will be releasing soon.
- The topic ‘Bug with sorting by "recently added", also pagination bug’ is closed to new replies.