September 4th, 2005, 08:22 PM
|
#4 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
well in the display_gallery function in pp-inc.php find the query for most_views and you would add something like this to the query
AND date > UNIX_TIMESTAMP( DATE_SUB(NOW(), INTERVAL 14 DAY) )
|
| |