Hi all
I am using this into my Gallery
———————————————————-
{exp:gallery:categories gallery="{gallery_name}”}
<form>
<select name=“URL” onChange=”[removed]=this.options[this.selectedIndex].value”>
<option value=” “>Select</option>
{exp:gallery:category_list gallery="{gallery_name}”}
<option value=”{category_path=photogallery/category}”>{category_name}</option>
{/exp:gallery:category_list}
</select>
</form>
{/exp:gallery:categories}
———————————————————
Is there any way to exclude a specific category off this?
Thank you for your superb EE…