Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Displaying category names help

Quote Reply
Displaying category names help
I want to be able to display any category name in a category

by simply calling it

heres an example

<%category (439)%>

<%category = '439'%>

439 would be the ID number of the category

I entered these into the category.html and did the build and got error tags for them

Is there another way of calling this ?

Please help

Thanks
Quote Reply
Re: [incik] Displaying category names help In reply to
You would need to define a global that gets the data of a single category and defines some template tags with the new information (be careful about the names of the new tags, don't overwrite the already existing ones).

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] Displaying category names help In reply to
I dont know how to write a global

can someone help write one for me ?

Thanks