A slightly more user friendly hack I’m using right now…
Add a category description “hide” to every gallery you don’t want to display and then use conditionals to test for the description:
{exp:gallery:categories gallery="gallery"}
{category_row}
{row}
{if category_description!="hide"}<a href="http://{category_path=gallery}">{category}</a>{/if}
{/row}
{/category_row}
{if subcategory_row}
{subcategory_row}
{row}
{if category_description!="hide"}<a href="http://{category_path=gallery}">{category}</a>{/if}
{/row}
{/subcategory_row}
{/if}
{/exp:gallery:categories}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.