PDA

View Full Version : Limit the decription before the read more


Yodaya
11-19-2006, 02:14 PM
Hi guys,

having the the submissions displayed in the categories listing and at a detailed page is great.

But I think if you display the listings with the same description on the categories listing page and a detailed page leads to duplicate content????

Wouldn't it be nice to limit the description before the read more link?

How can this be achieved?

Regards

Yodaya

anon
11-19-2006, 02:20 PM
file:
link.tpl

{$link.DESCRIPTION|escape|trim|truncate:30:"...":false}

30 represents the amount of characters to show.

Yodaya
11-27-2006, 05:33 PM
Hey anon,

thank you very much! The help on this forum is really appreciated and makes this a really great script.

Yodaya