• Resolved waynecoit

    (@waynecoit)


    Is there any chance that we can manually sort the order of the documents by dragging and dropping or possibly allow the option to display items in the order they were added?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author trilobita

    (@trilobita)

    Thanks for the suggestion – manual drag-and-drop ordering is something we’d like to add in a future version.

    In the meantime, if you want documents displayed in the order they were added, you can use the shortcode parameter orderby=”date” order=”ASC” — for example:

    [trdv_list orderby="date" order="ASC"]

    That should give you chronological order from oldest to newest.

    Plugin Author trilobita

    (@trilobita)

    Good news – drag-and-drop manual sort order landed in version 1.4.8, released today.

    Once you’ve updated, you’ll see a handle column in the Documents admin list — drag rows into your preferred order. To display documents in that order on the frontend, use:

    [trdv_list orderby="menu_order"]

    Let us know if you run into any issues with it.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.