• Hello @burria,

    I’ve got a question about the layout of the thumbnails.
    I was wondering if theres a way to sort the thumbnails by name (alphabetizing them).

    At this moment it’s sorted by creation order and I’m not seeing any option to change.

    Kind regards,

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author burria

    (@burria)

    Hi @ruupster, no you can’t but you can do it yourself if you know how to theme.

    Create a custom page in your theme, then copy showall-fields.php from laika. replace the “$showall .=” for echo.

    Now at the query arguments add
    ‘orderby’ => ‘name’ for example, more info at https://codex.www.ads-software.com/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

    Thread Starter ruupster

    (@ruupster)

    Hey @burria,

    Thanks for your suggestion. I’ll have to look into it.
    As mentioned I’m not a real coder so have to see if it’s something I’m capable off.

    I’ll let you know here, for future releases perhaps something to consider, or is it really something that should be solved in themes?

    Plugin Author burria

    (@burria)

    No @ruupster, I gave you a way to solve the problem in case you’re in a hurry, as usually is the case when developing a website (because timelines) but this feature will be added, probably in the next month.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sort Thumbnails’ is closed to new replies.