[Plugin: NGG Sidebar Widget] More order options
-
I need to show the galleries with the most recent additions. I’m comfortable coding this myself, are you interested in having the code?
I intend to do something like
SELECT DISTINCT
galleryidFROM
ngg_picturesORDER BY
imagedateDESC LIMIT 4
to get the ids of the galleries I want to show. I’m still pondering how to make this not hurt the server too bad. ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: NGG Sidebar Widget] More order options’ is closed to new replies.