Viewing 1 replies (of 1 total)
  • Thread Starter mrdavidingram

    (@mrdavidingram)

    I’ve managed to fix this by tweaking the plugin core file.

    You need to go into the plugin editor (Plugins > Editor > WordPress Gallery Plugin)

    On the default page (wordpress-gallery-plugin/wp-gallery-plugin.php)you need to change the line in the $args array:

    'orderby' => 'menu_order', 'order' => 'ASC'

    to

    'orderby' => 'rand', 'order' => 'ASC'

    Thanks

    David

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress Gallery Plugin] Random Order’ is closed to new replies.