• Resolved dsteenmeijer

    (@dsteenmeijer)


    Hi,

    thanks for your awesome plugin. It’s really useful, I replaced the default album with this one. However there’s one function from the default album that I really liked and would like to recreate using this one: putting all the photos in random order. Is that something that’s possible using your plugin?

    Edit: sorry to bother you, I figured it out already. For anyone else that’s interested;

    I edited the plugin and changed the below:

    $gallery_order = apply_filters( ‘mlig_gallery_order’, ‘DESC’ );

    to

    $gallery_order = apply_filters( ‘mlig_gallery_order’, ‘RAND’ );

    Cheers!

    • This topic was modified 7 years, 8 months ago by dsteenmeijer. Reason: Answered my own question
  • The topic ‘Randomise gallery’ is closed to new replies.