jimsweb Chevereto Member Jul 2, 2016 #1 is it possible to show the classic page navigation at the top of explore as well? thanks in advance!
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jul 2, 2016 #2 No you can't. I mean, you can but is hard to achieve using php. The code is at theme snippets, filename is listing.php I think that it will be easier using javascript. At this time I'm feeling sick (I've been sick all week) so it will take me some time to review the code at this time. Last edited: Jul 3, 2016
No you can't. I mean, you can but is hard to achieve using php. The code is at theme snippets, filename is listing.php I think that it will be easier using javascript. At this time I'm feeling sick (I've been sick all week) so it will take me some time to review the code at this time.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jul 3, 2016 #4 Add this JS code: Code: $(".content-listing-pagination").prependTo(".content-listing")