There isn't an "automatic way" for this to happen. But it's easy to add on your own.
Just inset the code below where you want the filtered name to appear:
<?php if ($showCat=="X") echo "Filter: FilterName"; ?>
<?php if ($showCat=="X") echo "Filter: FilterName"; ?>
<?php if ($showCat=="X") echo "Filter: FilterName"; ?>
Just replace X and FilterName with the corresponding numbers and names.
|