Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Category Descriptions

Quote Reply
Category Descriptions
My category descriptions are not showing up on my index page. I've looked through all of my templates, and can't find anything that i may have accidentally deleted... Any ideas? What template controls the individual entries on the front page?

Quote Reply
Re: Category Descriptions In reply to
Make sure that you have the following codes in your subcategory.html file:

Code:

<%if Description%>
<%Description%>
<%endif%>


Regards,

Eliot Lee

Quote Reply
Re: Category Descriptions In reply to
ok, that is in place correctly. From looking at the generated HTML, the %if Description% block is not being executed. The span tags that are within the block are not showing up. The descriptions are in the database, I checked that part. Where is the problem potentially hiding?

Quote Reply
Re: Category Descriptions In reply to
May be with your CSS file.

Regards,

Eliot Lee