Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 82367

Randomise gallery

$
0
0

Replies: 0

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 31 minutes ago by dsteenmeijer. Reason: Answered my own question

Viewing all articles
Browse latest Browse all 82367

Trending Articles