Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Category template question

Quote Reply
Category template question
I have searched the forum before posting but in case I missed it and the answer has already been posted, please forgive the post.

We just upgraded to 3.3.0 version of GLinks. If I remove the code below from the subcategory template, it will remove the description from the home page but won't that also remove it from the subcategory pages?
Code:
<%if Description%><dd><%Description%></dd><%endif%>

In the old version's templates (2.x), I was able to remove the description from the home page and still have it display on the subcategory pages. Is there a way to do this in the luna templates?

Thanks,

WG
Quote Reply
Re: [Westiegirl] Category template question In reply to
Hi,

Are you using the <%category%> tag, or <%loop category_loop%> ?

If the latter, just make a duplicate of the subcategory.html template, and change it on the home.html template :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Category template question In reply to
Worked like a charm!

Thanks ever so much, Andy!

WG