View Single Post
Old 2018-04-17, 02:17 PM   #9
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Your code as written pulls 25 galleries sorted by Date Approved, descending... so most recently approved first. The galleries will appear in the order they were approved. The random, as written, is ignored on a Build With New.

If I'm understanding what you want... you need two sections. First section pulls a specified number of new galleries, order = Date_Approved Desc.

Second section pulls remaining galleries order = Rand()

If you want yesterday's new galleries to just scroll down as more new are added, set the second section to order = Date_Displayed DESC

In all cases set reorder to match order.

Last edited by Toby; 2018-04-17 at 02:27 PM..
Toby is offline   Reply With Quote