Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Categories with 0 Links

Quote Reply
Categories with 0 Links
There may already be a post on this, but I can't seem to find it:

Is there a way to keep Categories with 0 Links from displaying to the user when they browse?
Quote Reply
Re: [SeanP] Categories with 0 Links In reply to
Hi,

The only way to do this would be to use category_loop tag as in:

<%loop category_loop%>
<%if Number_of_Links > 0%>
...
<%endif%>
<%endloop%>

That way the category won't be displayed if it doesn't have links. However this does make putting the categories into two columns quite difficult.

Cheers,

Alex
--
Gossamer Threads Inc.