PDA

View Full Version : Category Description


lizaeyes
01-12-2006, 12:18 AM
I searched but had no luck finding a solution. Hopefully someone can help.

I just downloaded the latest version as of Jan 11, 2006. I went in and setup my categories. When setting up the categories, it asked me for a description which I typed in.

When I view my page with the categories, I don't see the description displayed.

I notice the demo here has a description under the category name.

How can I get the description to display under the name.

Just so you know I used Category Description as my search term and went though the 6 pages found but didn't find my answer.


Thanks
Liza.

lizaeyes
01-12-2006, 01:47 PM
Any Help Please....I know I'm a newbie, but hopefully newbie questions are welcomed.

nchingcu
02-07-2006, 03:48 AM
I'm in the same boat... I'm looking for a way to include the category description under the categories.

mikedippel
02-07-2006, 03:55 AM
Towards the bottom of the file header.tpl, type:
<h1 id="title">{$in_page_title}</h1>
<p id="descr">{$description}</p>

and make sure that your link.tpl has this towards the top:
{assign var="title" value=$link.TITLE}
{assign var="desc" value=$link.DESCRIPTION}

SEO-Man
02-07-2006, 02:35 PM
thank you mikedippel for posting this will help a lot.