Sorting order for galleries
-
Hello,
I see this plugin hasn’t been updated in over 2 years. However, is there a filter that can be used to display the galleries in a descending order instead of ascending?
I was able to achieve this by changing acf-ngg-v5.php on line 373 to use array_reverse:
<?php foreach( array_reverse($galleries) as $gallery ) : ?>
But if I can tap into the plugin with a filter that would be the correct approach instead of changing the plugin.
Thanks!
- The topic ‘Sorting order for galleries’ is closed to new replies.