Is there a way to reorder the main list of galleries.
Image TAG shortcodes display images on my page by the lowest gallery ID first.
If the first gallery I created was called ‘Zulu’ and the second gallery was called ‘Frodo’:
ID 1: Zulu
ID 2: Frodo
Then:
[nggtags gallery=Frodo,Zulu]
The images appear on the page with Zulus images before Frodos images because the Zulu gallery was created first and has a lower Gallery ID. However I want the order of the images to appear by gallery name so Frodos images will appear first and then Zulus or some other custom arrangement.
I am aware albums can be used to order galleries however I do not want to display albums or galleries and I do not want to display all of the images within a gallery either, just the images with select tags and that may be across multiple galleries.
For example I may use:
[nggtags gallery=Rabbitte]
Rabbitte is an artist who may have drawn both Frodo and Zulu images
If I add a ‘Rabbitte’ TAG to certain Frodo and Zulu images, Zulus images still appear before Frodos images because that gallery was made first :/
Thanks Dave D