View Single Post
Old December 14th, 2004, 06:27 PM   #4 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,736
Inside the display_gallery function in pp-inc.php are the three queries performed which grab images to display. In the WHERE clause for these, you would add your own custom query like:

WHERE cat IN (505,510,512)

which would modify the query to grab images from only those categories.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote