I want to put a max lenght on the news summery. How can i do this? The option lenght="60" does not work
Max lenght on news summery
-
angels
Max lenght on news summery
Hi,
I want to put a max lenght on the news summery. How can i do this? The option lenght="60" does not work
I want to put a max lenght on the news summery. How can i do this? The option lenght="60" does not work
Re: Max lenght on news summery
Open up the news admin. 3rd tab is the summary template.
Look for:
Change to:
Look for:
Code: Select all
<br />{$entry->summary}Code: Select all
<br />{$entry->summary|truncate:60}
