17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1444 Views |
-
Showing news on homepage

31 July 2007 at 5:40am
I have a little box that shows the news clips on the hompage - however, I don't want it to show more than 3 at a time - is there a way to do that?
-
Re: Showing news on homepage

31 July 2007 at 9:06am
look at DataObject::get() method, there's a limit parameter, so you do something like
[code php]
function GetLatest3News() {
return DataObject::get('NewsArticleClass',$filter,....,$limit=3);
}and in the template just $GetLatest3News
| 1444 Views | ||
|
Page:
1
|
Go to Top |

