• Hello,

    I use WPDM Free version.

    If I use the shortcode [wpdm_all_packages] with jstable=1, the displayed table is sorted by update_date. It’s possible to choose any column to order the packages dynamically. That’s good.
    I wanted to have the default order by title. It works fine, but doing so, the manual order by date does not work anymore, while manual ordering by category remains ok.

    My shortcode : [wpdm_all_packages categories=”files” cols=”title,package_size|categories|publish_date|download_link” colheads=”Title|Categories|Publish Date|Download” jstable=1 order_by=”title”]

    Has anybody faced a similar issue ? Any idea how to fix it ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Nayeem Hyder

    (@nriddhi)

    You can try adding additional parameter like order="ASC/DESC" and it will be should like this order_by="date" order="ASC", please check and let me know.

    Thanks.

    Thread Starter venaert78

    (@venaert78)

    Hello,

    I’m not sure I was clear.
    Using “order_by=”date”” in the shortcode works.
    What I meant was that if I use “order_by=”title””, it is not possible to sort by date by clicking on the column head. Even if the up/down arrow of the column head becomes active, the files are not sorted by date.
    It happens only with the dates, indeed if I click on the “categories” column head, the order changes and the files are grouped by category in the alphabetical order.
    I tried adding the order parameter, nothing changes.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘All packages sort issue’ is closed to new replies.