|
Well I dont know about anyone wanting oldest photo
As Don stated you can hack it
For the recent photos Photopost has a little known switch called $exclude_cat that Michael has never capitalized on.
Find this
switch ($q_switch) {
Add below that this
$exclude_cat="AND cat != '500,501,502'";
Now replace the 500 501 etc with the cats you want. Just make sure between the cats there is a comma
|