|
You can define $exclude_cat anywhere outside of a function for it to be used anywhere that variable is in or if you just want to use it with the thumbnail blocks you can place it within the function display_gallery
personally I would find this line
$catquery = ""; $cattype = "c";
and place underneath
$exclude_cat="AND cat != '500,501,502'";
|