Hi
I have a category containing 13 downloads. In WordPress 5.3, and plugin version 3.0.5, I use this shortcode:
[wpdm_category id="Club documents" /]
The post appears with the first 10 downloads, which is as expected. Then I click on page 2 in the pagination controls, but when the page reloads, I am still on page 1.
I can see is that the following query parameter has been added to the URL, but I’ve not tried to trace where this is used in the plugin code.
?cp_Club%20documents=2
Is this a known bug? Can anything be done to make it work? I know one workaround is to increase the downloads per page to make pagination unnecessary, but I’d sooner not have to do that.
Thanks …